- Notifications
You must be signed in to change notification settings - Fork 4.4k
Closed
Labels
Description
webpack/template/build/utils.js
Line 20 in 86d4970
minimize: process.env.NODE_ENV === 'production', |
We shouldn't need this, since we use OptimizeCSSPlugin in the productionbuild anyway, right?
https://github.com/vuejs-templates/webpack/blob/develop/template/build/webpack.prod.conf.js#L54