Authored by 陈峰

remove plugin

@@ -53,7 +53,6 @@ let webpackConfig = { @@ -53,7 +53,6 @@ let webpackConfig = {
53 }]) 53 }])
54 }, 54 },
55 plugins: [ 55 plugins: [
56 - new webpack.optimize.ModuleConcatenationPlugin(),  
57 new webpack.DllPlugin({ 56 new webpack.DllPlugin({
58 path: path.join(__dirname, '/dll/manifest.json'), 57 path: path.join(__dirname, '/dll/manifest.json'),
59 name: '[name]_[chunkhash]', 58 name: '[name]_[chunkhash]',