Matthieu Riegler
Matthieu Riegler

Reputation: 55669

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 ?

Upvotes: 0

Views: 421

Answers (1)

Matthieu Riegler
Matthieu Riegler

Reputation: 55669

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

Upvotes: 0

Related Questions