-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Description
Versions
Angular CLI: 6.0.0
Node: 8.9.4
OS: win32 x64
Angular: 6.0.0
... animations, cli, common, compiler, compiler-cli, core, forms
... http, language-service, platform-browser
... platform-browser-dynamic, router
Package Version
-----------------------------------------------------------
@angular-devkit/architect 0.6.0
@angular-devkit/build-angular 0.6.0
@angular-devkit/build-optimizer 0.6.0
@angular-devkit/core 0.6.0
@angular-devkit/schematics 0.6.0
@ngtools/webpack 6.0.0
@schematics/angular 0.6.0
@schematics/update 0.6.0
rxjs 6.1.0
typescript 2.7.2
webpack 4.6.0
Repro steps
- ng new aaCLI --routing --style=scss
- ng serve --open --extract-css --vendor-chunk --common-chunk --named-chunks --verbose
Observed behavior
Unknown option '-extractCss
Desired behavior
The app builds and opens normally on localhost:4200
Mention any other details that might be useful (optional)
If I remove --extract-css from the above example as shown below:
ng serve --open --vendor-chunk --common-chunk --named-chunks --verbose
The error changes to
Unknown option: '--named Chunks'
The command will only work after I remove BOTH --extract-css
and --named-chunks
parameters.
Metadata
Metadata
Assignees
Labels
No labels