From 9800a05dbbdfd929bfb695cbe6b957b890bb99d0 Mon Sep 17 00:00:00 2001 From: Evan You Date: Fri, 17 Feb 2017 09:09:29 -0500 Subject: [PATCH] fix typo --- template/build/webpack.prod.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/build/webpack.prod.conf.js b/template/build/webpack.prod.conf.js index 225cd8c71b..838039c8c1 100644 --- a/template/build/webpack.prod.conf.js +++ b/template/build/webpack.prod.conf.js @@ -42,7 +42,7 @@ var webpackConfig = merge(baseWebpackConfig, { }), // Compress extracted CSS. We are using this plugin so that possible // duplicated CSS from different components can be deduped. - new optimizeCSSPlugin(), + new OptimizeCSSPlugin(), // generate dist index.html with correct asset hash for caching. // you can customize output by editing /index.html // see https://github.com/ampedandwired/html-webpack-plugin