With the webpack builder we can use NG_BUILD_MANGLE=0 to disable mangling.
NG_BUILD_MANGLE=0
But that doesn't work with the new esbuild builder.
Is there any alternative ?
Support of NG_BUILD_MANGLE has been added ot the CLI by this commit.
NG_BUILD_MANGLE