yuanyan/boron

browserify transform dependencies must be non-dev dependencies

Opened this issue · 0 comments

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