Conflicting build chunk size #15267
Labels
area: @angular-devkit/build-angular
devkit/build-angular:browser
freq1: low
Only reported by a handful of users who observe it rarely
needs: investigation
Requires some digging to determine if action is needed
severity1: confusing
type: bug/fix
Milestone
🐞 Bug report
Command (mark with an
x
)Facing issue with main.js bundle chunk size. Particularly rxjs. (Relates to #9069 )
Environment:
Note
Earlier I was seeing the left panel (900+ KB) was occupied by polyfills(at that time Size of Rx was nearly 53KB). So to solve this I found out I had to mention
"es5BrowserSupport": true
in angular.json and commented all imports in polyfills.ts exceptimport "zone.js/dist/zone";
.Now I am seeing similar amount of size is being taken by RxJs. If I uncomment the polyfill imports the RxJs is back to around 53 KB but polyfills take 900+KB.
The text was updated successfully, but these errors were encountered: