Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upCLI does not set aot:true in angular.json for the dev server #16335
Comments
This comment has been minimized.
This comment has been minimized.
When updating to a release version it is recommended to use the ng update @angular/core @angular/cli --next This is because there are a couple of differences between The main being that that Note: The |
This comment has been minimized.
This comment has been minimized.
Awesome, make sense. Thx for debugging |
Command (mark with an
x
)Is this a regression?
No, it's not a regression since this is something new that is supposed to change with Ivy.
Description
After the
ng update
command I expect that my projects in theangular.json
have theaot
flag set totrue
, not just for the production configuration, but also for the dev server.Using node
v12.4.0
and using yarn as my package manager (it's configured globally s.t. also theng update
command picks it up properly).Commands run:
The only change to the
angular.json
is the addition of the budgets section