-
Notifications
You must be signed in to change notification settings - Fork 12k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@angular-devkit/build-angular): use new Webpack watch API in karm…
…a webpack plugin In Webpack 5, the Webpack callback must be used when Webpack is running in watch mode. Related warning ``` .(node:6565) [DEP_WEBPACK_WATCH_WITHOUT_CALLBACK] DeprecationWarning: A 'callback' argument need to be provided to the 'webpack(options, callback)' function when the 'watch' option is set. There is no way to handle the 'watch' option without a callback. ``` (cherry picked from commit 04f5dfe)
- Loading branch information
1 parent
bf0b3d5
commit c53a178
Showing
2 changed files
with
49 additions
and
83 deletions.
There are no files selected for viewing
24 changes: 0 additions & 24 deletions
24
packages/angular_devkit/build_angular/src/webpack/plugins/karma/karma-webpack-failure-cb.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters