-
Notifications
You must be signed in to change notification settings - Fork 12k
ng serve --aot is not running in 6.0.0-rc.5 #10384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I know that the --aot cli option was delete on serve, but @filipesilva should have a better answer for this. But the dev-server architect support the aot option. It seems to be set to false by default, but I may be wrong here. So you can activate aot for serve by setting your
|
Duplicate of #10304. |
@noelmace
|
Is there documentation for the new angular.json file somewhere. Or the schema? I am getting the same error for the poll option. I am trying to use it in the example below. If I remove the "poll" option, everything else works. I need the poll option because Docker for Windows does not handle file change events properly on mounted volumes.
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Versions
Repro steps
npm uninstall -g @angular/cli
npm cache verify
npm install -g @angular/cli@next
rm -rf node_modules dist
npm install --save-dev @angular/cli@next
npm install
Observed behavior
Desired behavior
I want to be able to run the following using npm start,
ng serve --aot --ssl --proxy-config proxy.config.json
The text was updated successfully, but these errors were encountered: