An isolated development space with integrated fuzz testing for your components. See them individually, explore them in different states and quickly and confidently develop them.
This adds a warning when users are running webpack in production, which is checked by either process.env.NODE_ENV being "production", or the UglifyJS plugin being in use.
(when running webpack in production mode, i.e. webpack -p, the only thing it does is add the UglifyJS and the OccurenceOrder plugins)
Closes #325
There's also a few more commits from the v0.2.2 release in here that I forgot to push back then, sorry!
This adds a warning when users are running webpack in production, which is checked by either
process.env.NODE_ENV
being"production"
, or the UglifyJS plugin being in use.(when running webpack in production mode, i.e.
webpack -p
, the only thing it does is add the UglifyJS and the OccurenceOrder plugins)Closes #325
There's also a few more commits from the v0.2.2 release in here that I forgot to push back then, sorry!