reactify is listed as a browserify transform, but is included in dev dependencies so it is missing when boron is a dependency in a browserify build
results in error:
Error: Cannot find module 'reactify' from ...
workaround:
npm i -D reactify in the project that includes boron
reactifyis listed as a browserify transform, but is included in dev dependencies so it is missing when boron is a dependency in a browserify buildresults in error:
workaround:
npm i -D reactifyin the project that includes boron