prestarocket-agence / classic-rocket

Classic Rocket is a rework of "classic theme". It has been built keeping in mind : performance, accessibility and SEO.
https://demoprestashop.prestarocket.com/
Other
230 stars 127 forks source link

Suggestion #256

Open dali-rajab opened 3 years ago

dali-rajab commented 3 years ago

Hi, This is not an issue, this is a suggestion to change this line : https://github.com/prestarocket-agence/classic-rocket/blob/8644dcccd2877dcd457b31de0f463af325017338/_dev/webpack.config.js#L134

And here is the suggestion :

minimize: !IS_DEV,

So by changing this line like that, the css & js will not be minimized in debugging mode (npm run debug), and will be minimized in production mode (npm run build).