mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 05:52:41 +08:00
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. ```