Remove polling for webpack (was CPU heavy) and HMR for vendors

This commit is contained in:
David Kaltschmidt
2016-12-05 11:30:06 +01:00
parent ec79c1ebb1
commit 298f27bf3f
2 changed files with 4 additions and 5 deletions
-4
View File
@@ -56,10 +56,6 @@ if (process.env.NODE_ENV !== 'production') {
publicPath: config.output.publicPath,
// options
noInfo: true,
watchOptions: {
aggregateTimeout: 500,
poll: true
},
stats: 'errors-only',
}));