Open FranSlot opened 1 year ago
I do think that a bundle of 5mb (the new limit you set) is too large. I suggest first doubling the default from 1 to 2 mb and let's try to keep within that boundary. Additional modules (like the new ACE editor replacement) can also be loaded as separate bundles (lazy loading).
See different articles on how to reduce/optimize bundle size and do lazy loading where needed.
@FranSlot can we close this issue?
@FranSlot can we close this issue?
This was done while trying to make a new dockerfile for RAP using the new frontend. During the processing an error occured that mentioned the initial budget was to small. With the new work Klaas and Michiel are doing this might not be needed anymore.
RUN npx ng build in RAP4 causes initial budget exceeded errors.
Increase the budget to get rid of this.