Incompatible with angular.json in Angular 15
loban opened this issue · 4 comments
loban commented
See https://blog.ninja-squad.com/2022/11/16/angular-cli-15.0/#new-project-simplifications for the breaking change in the polyfills
option in angular.json
.
Because of this breaking change, after running ng add @ngx-env/builder
, and then running ng serve
, the following error occurs:
Error: Schema validation failed with the following errors:
Data path "/polyfills" must be string.
This is because polyfills
now accepts an array instead of a string.
chihab commented
I just released a new version 15.0.0, could you please test it?
loban commented
I just released a new version 15.0.0, could you please test it?
Gladly!