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.
1 parent fbbef68 commit 258bc7cCopy full SHA for 258bc7c
packages/angular_devkit/build_angular/src/dev-server/index.ts
@@ -128,7 +128,7 @@ export class DevServerBuilder implements Builder<DevServerBuilderOptions> {
128
});
129
}
130
131
- if (browserOptions.optimization) {
+ if (browserOptions.optimization.scripts || browserOptions.optimization.styles) {
132
this.context.logger.error(tags.stripIndents`
133
****************************************************************************************
134
This is a simple server for use in testing or debugging Angular applications locally.
0 commit comments