small refactor on webpack.config.js
This commit is contained in:
parent
f588e3f046
commit
05456cd185
|
@ -54,7 +54,7 @@ var config = {
|
|||
},
|
||||
plugins: [
|
||||
new webpack.optimize.CommonsChunkPlugin({
|
||||
names: ['bundle.vendor', 'bundle.manifest'],
|
||||
names: ['bundle.vendor', 'bundle.manifest']
|
||||
})
|
||||
],
|
||||
devtool: 'source-map'
|
||||
|
|
Loading…
Reference in New Issue