fix webpack.config

This commit is contained in:
afc163 2015-06-15 16:45:02 +08:00
parent 7e35666f98
commit 3f7557e905

View File

@ -43,8 +43,7 @@ module.exports = {
},
plugins: [
new ExtractTextPlugin('[name].css'),
new webpack.NewWatchingPlugin()
new ExtractTextPlugin('[name].css')
],
devtool: '#source-map'