-
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
when using --single-bundle --extractCss=true does not work #91
Comments
though, its not quite logical but it should work: ngx-build-plus/lib/src/plus/index.ts Line 62 in 19e2d3f
|
Can someone confirm that it does work? |
Facing the same issue after upgrading to Angular 8 and ngx-build-plus 9.0.2. We are using the following options: {
"singleBundle": true,
"extractCss": true,
"bundleStyles": false,
} |
As @maciejkoch mentioned in #145, you can set |
See #145 (comment) With Angular CLI 9.0.3, I am getting |
using --single-bundle=true --extractCss=true does no longer work and the CSS is not included ( the ones defined in
styles: []
inangular.json
)The text was updated successfully, but these errors were encountered: