mirror of
https://github.com/weaveworks/scope.git
synced 2026-08-18 03:46:45 +00:00
Remove polling for webpack (was CPU heavy) and HMR for vendors
This commit is contained in:
@@ -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',
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user