small refactor on webpack.config.js

This commit is contained in:
Carlos 2017-09-21 15:02:46 +02:00
parent f588e3f046
commit 05456cd185
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ var config = {
},
plugins: [
new webpack.optimize.CommonsChunkPlugin({
names: ['bundle.vendor', 'bundle.manifest'],
names: ['bundle.vendor', 'bundle.manifest']
})
],
devtool: 'source-map'