You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used to have an Angular 11 project which was working well with brotli, right after the prod build it created the .br files in the dist folder as it supposed to.
However now that I have upgraded my application to Angular 14 brotli just stopped working and it only generates the pure javascript files which are like 9 times bigger than the old compressed one.
Do you have any guide or tips on how to make brotli compression work with Angular 14?
Tried with 2 different webpack configs, none worked:
Hi,
I used to have an Angular 11 project which was working well with brotli, right after the prod build it created the .br files in the dist folder as it supposed to.
However now that I have upgraded my application to Angular 14 brotli just stopped working and it only generates the pure javascript files which are like 9 times bigger than the old compressed one.
Do you have any guide or tips on how to make brotli compression work with Angular 14?
Tried with 2 different webpack configs, none worked:
The text was updated successfully, but these errors were encountered: