ColCh
2014-09-29 19:32:18 +04:00
parent 19a2eb963a
commit 026455c4e7
2 changed files with 5 additions and 3 deletions
+3 -2
View File
@@ -19,7 +19,7 @@ module.exports = {
debug: true,
devtool: false,
entry: [
'webpack/hot/dev-server',
'webpack/hot/only-dev-server',
'./src/scripts/components/<%= pkg.mainInput %>.jsx'
],
@@ -52,7 +52,8 @@ module.exports = {
},
plugins: [
new webpack.HotModuleReplacementPlugin()
new webpack.HotModuleReplacementPlugin(),
new webpack.NoErrorsPlugin()
]
};