-
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
Both BundleStyles and keepStyles must be set #145
Comments
Good point. |
Can we remove the deprecated I have seen, that the schema.json's have all default properties from Angular. With the new angular_devkit and Angular 8 Builders, we can combine the schemas in the |
I tried setting both variables to false but I am getting the following in angular/cli 9.0.3: Further investigation shows 'filename' is a function and so does not have endsWith method.
|
I filed angular/angular-cli#17087 for the fileName.endsWith issue. |
Is the condition for bundleStyles and keepStyles correct? Both by default are set as true so you have to set both as false to avoid deleting entry styles.
https://github.com/manfredsteyer/ngx-build-plus/blob/cli8/lib/src/utils/index.ts
The text was updated successfully, but these errors were encountered: