diff --git a/webpack.config.js b/webpack.config.js index 090eadc36..c4e78fced 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -54,7 +54,7 @@ var config = { }, plugins: [ new webpack.optimize.CommonsChunkPlugin({ - names: ['bundle.vendor', 'bundle.manifest'], + names: ['bundle.vendor', 'bundle.manifest'] }) ], devtool: 'source-map'