|
@@ -130,11 +130,11 @@ const webpackConfig = merge(baseWebpackConfig, {
|
|
|
new ExtractTextPlugin({
|
|
|
filename: utils.assetsPath('css/[name].[contenthash].css')
|
|
|
}),
|
|
|
- new OptimizeCSSPlugin({
|
|
|
- cssProcessorOptions: {
|
|
|
- safe: true
|
|
|
- }
|
|
|
- }),
|
|
|
+ // new OptimizeCSSPlugin({
|
|
|
+ // cssProcessorOptions: {
|
|
|
+ // safe: true
|
|
|
+ // }
|
|
|
+ // }),
|
|
|
// new es3ifyPlugin(),
|
|
|
new webpack.HashedModuleIdsPlugin(),
|
|
|
new webpack.optimize.CommonsChunkPlugin({
|