how to run webpack plugin via CLI?
I found something like that, but this is not what I need.
npx webpack plugin
Run webpack plugin through angular CLI
697 Views Asked by whiteboss At
2
how to run webpack plugin via CLI?
I found something like that, but this is not what I need.
npx webpack plugin
If you use custom-webpack builder
Configure your custom webpack as a function, the parameter that will be injected at build time is the existing webpack configuration - which is the one angular define.
Like so:
webpack.config.js - (which is defined in angular.json architect.buid.options.customWebpackConfig.path)
Worth mentioning there's another solution with ngx-build-plus