Allow the @nx/webpack:webpack schema in project.json for @nx/angular:webpack-browser #30515
wcwcaseman
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using @nx/angular:webpack-browser I don't have to setup babel which is very nice. However when trying to customize webpack I run into road blocks. Specifically i'm trying to use HtmlWebpackPlugin and SubresourceIntegrityPlugin to setup SRI. The problem is HtmlWebpackPlugin does not work without nx option generateIndexHtml set to false. I would like to be able to set this flag and really all other flags when needed using @nx/angular:webpack-browser as the executer instead of @nx/webpack:webpack . All suggestions and alternative ideas are welcome.
Beta Was this translation helpful? Give feedback.
All reactions