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
An option in app.config.ts to disable code splitting. Only a single JS file would be emitted in this case instead of splitting on route.
Examples 🌈
No response
Motivation 🔦
I am mangling property names with terser but because every page has its own bundle, the property names are not consistent between chunks causing breakage
The text was updated successfully, but these errors were encountered:
Duplicates
Latest version
Summary 💡
An option in
app.config.ts
to disable code splitting. Only a single JS file would be emitted in this case instead of splitting on route.Examples 🌈
No response
Motivation 🔦
I am mangling property names with terser but because every page has its own bundle, the property names are not consistent between chunks causing breakage
The text was updated successfully, but these errors were encountered: