Closed chriddyp closed 6 years ago
The component archetype had UglifyJS, as recommended by React in https://reactjs.org/docs/optimizing-performance.html
UglifyJS
I couldn't find that in this repo. Should we be including it?
@chriddyp Those plugins were deprecated in the new webpack, the minification is done automatically when the mode is production.
production
The component archetype had
UglifyJS
, as recommended by React in https://reactjs.org/docs/optimizing-performance.htmlI couldn't find that in this repo. Should we be including it?