leftstick / unminified-webpack-plugin

Generator un-minified JavaScript files along with minimize.
MIT License
60 stars 7 forks source link

Not support react app #15

Closed minocoko closed 6 years ago

minocoko commented 6 years ago
When I add 

new UnminifiedWebpackPlugin({ postfix: 'all',//specify "nomin" postfix, include: /polyfill.*/, exclude: /test.*/ }),

into new react app path node_modules\react-scripts\config\webpack.config.prod.js then run "yarn build", only two files created.

leftstick commented 6 years ago

If you are using create-react-app, your app isn't in the support list of this plugin.

screen shot 2017-11-28 at 10 40 41 am

It was not designed for a complete application