Search code examples
angularesbuildangular-builder

Disable mangling with esbuild with build-angular:browser-esbuild


With the webpack builder we can use NG_BUILD_MANGLE=0 to disable mangling.

But that doesn't work with the new esbuild builder.

Is there any alternative ?


Solution

  • Support of NG_BUILD_MANGLE has been added ot the CLI by this commit.