-
Notifications
You must be signed in to change notification settings - Fork 136
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
error occurred in angular-cli8.3.5 #133
Comments
FYI no erorr using cli version 8.3.0. |
I get the error on version 8.3.5, 8.3.0 and 8.0.2 |
To expand @moefinley's answer. {
"type": "anyComponentStyle",
"maximumWarning": "6kb",
"maximumError": "10kb"
} |
This is not a resolved issue unless schema.json actually gets updated to reflect changes in angular_devkit/build_angular/src/browser/schema.json |
removing
allows a universal build to proceed. can anyone explain the issue in greater detail? thanks |
Updates descriptions from the schema.json in the angular_devkit package. https://github.com/angular/angular-cli/blob/master/packages/angular_devkit/build_angular/src/browser/schema.json Fixes manfredsteyer#133
I opened #158 which should fix this. |
in angular-cli version 8.3.5, when i use option "ng build --prod", one error occured:
when i change the angular.json from "builder": "ngx-build-plus:build" to "builder": "@angular-devkit/build-angular:browser" , all will be sucess.
after the error, i rollback the cli version from 8.3.5 to 8.0.2,all working expected
The text was updated successfully, but these errors were encountered: