fix webpack.config

pull/26/head
afc163 10 years ago
parent 7e35666f98
commit 3f7557e905

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

Loading…
Cancel
Save