Open kumavis opened 5 years ago
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
reactify
results in error:
Error: Cannot find module 'reactify' from ...
workaround: npm i -D reactify in the project that includes boron
npm i -D reactify
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 buildresults in error:
workaround:
npm i -D reactify
in the project that includes boron