Skip to content

Commit 574d309

Browse files
committed
fix(@angular-devkit/build-angular): don't set watchOptions in webpack-middleware
`webpack-dev-middleware` doesn't have a `watchOptions` See: https://github.com/webpack/webpack-dev-middleware/blob/master/src/options.json
1 parent f7f6eed commit 574d309

File tree

1 file changed

+0
-1
lines changed
  • packages/angular_devkit/build_angular/src/webpack/plugins

1 file changed

+0
-1
lines changed

packages/angular_devkit/build_angular/src/webpack/plugins/karma.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ const init: any = (config: any, emitter: any, customFileHandlers: any) => {
120120
// Hide webpack output because its noisy.
121121
logLevel: 'error',
122122
stats: false,
123-
watchOptions: { poll: options.poll },
124123
publicPath: '/_karma_webpack_/',
125124
};
126125

0 commit comments

Comments
 (0)