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
refactor(@angular/build): only load chunk optimizer if enabled
The experimental chunk optimizer is now only imported if it is enabled
via its environment variable (`NG_BUILD_OPTIMIZE_CHUNKS=1`). This prevents
the loading of the rollup package as well as any transitive dependencies
when these packages will not be used by the build.
0 commit comments