Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): don't set watchOptions in webpack…
Browse files Browse the repository at this point in the history
…-middleware

`webpack-dev-middleware` doesn't have a `watchOptions`

See: https://github.com/webpack/webpack-dev-middleware/blob/master/src/options.json
  • Loading branch information
alan-agius4 committed Oct 16, 2020
1 parent f7f6eed commit 574d309
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ const init: any = (config: any, emitter: any, customFileHandlers: any) => {
// Hide webpack output because its noisy.
logLevel: 'error',
stats: false,
watchOptions: { poll: options.poll },
publicPath: '/_karma_webpack_/',
};

Expand Down

0 comments on commit 574d309

Please sign in to comment.