We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hmrWarning
1 parent 43615ff commit 207239bCopy full SHA for 207239b
packages/angular_devkit/build_angular/src/dev-server/index.ts
@@ -310,7 +310,9 @@ export class DevServerBuilder implements Builder<DevServerBuilderOptions> {
310
for information on working with HMR for Webpack.`,
311
);
312
this.context.logger.warn(
313
- tags.oneLine`To disable this warning use "ng set warnings.hmrWarning=false".`);
+ tags.oneLine`To disable this warning use "hmrWarning: false" under "serve"
314
+ options in "angular.json".`,
315
+ );
316
}
317
entryPoints.push('webpack/hot/dev-server');
318
webpackConfig.plugins.push(new webpack.HotModuleReplacementPlugin());
0 commit comments