Steven K Fisher
Steven K Fisher
I appreciate the reply, thank you. I looked through the examples. It still just seems to be a lot easier (as a user of your library) to simply allow access...
I got it working doing this: npm install --save @angular-devkit/build-webpack npm install --dev @angular-builders/custom-webpack Create custom-webpack.config.ts in the root of your web project. This is what mine looks like: ```...
Of note, you'll get an error loading the wasm files. There is an Angular/Webpack issue causing that (since 13.1): https://github.com/angular/angular-cli/issues/22388 https://github.com/angular/angular-cli/issues/22351 I may end up just changing the code to...
Also, I tried this with 14 and it didn't work for some reason: https://github.com/webpack/webpack/issues/14809
> I only vaguely remember, but i think it was the case that they restricted webpack customisability in recent versions of angular from what I read when investigating, but then...