We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0a4ae commit d0ec90bCopy full SHA for d0ec90b
build/webpack.dev.conf.js
@@ -35,7 +35,9 @@ config.module.loaders.push({
35
});
36
37
config.plugins.push(
38
- new webpack.optimize.OccurenceOrderPlugin(),
+ new webpack.optimize.CommonsChunkPlugin({
39
+ name: 'vendor'
40
+ }),
41
new webpack.HotModuleReplacementPlugin(),
42
new webpack.NoErrorsPlugin(),
43
new ExtractTextPlugin('[name].css'),
0 commit comments