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
As a result of integrating Monaco editor, the app bundles are now huge (app.js is 1.6MB, ts.worker.js is 3.4MB). This should be addressed by the time the app gets to v1.0.
Some tips: Consider doing more research in techniques like code-splitting and tree shaking, and try to get the google closure compiler to work with the minification set to advanced level and see whether that helps.
The text was updated successfully, but these errors were encountered:
As a result of integrating Monaco editor, the app bundles are now huge (
app.js
is 1.6MB,ts.worker.js
is 3.4MB). This should be addressed by the time the app gets to v1.0.Some tips: Consider doing more research in techniques like code-splitting and tree shaking, and try to get the google closure compiler to work with the minification set to advanced level and see whether that helps.
The text was updated successfully, but these errors were encountered: