yuanyan / boron

A collection of dialog animations with React.js
https://yuanyan.github.io/boron
MIT License
1.48k stars 153 forks source link

browserify transform dependencies must be non-dev dependencies #55

Open kumavis opened 5 years ago

kumavis commented 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

results in error:

Error: Cannot find module 'reactify' from ...

workaround: npm i -D reactify in the project that includes boron