Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundle size and other optimisations for production #85

Open
habbes opened this issue Jul 15, 2018 · 0 comments
Open

Bundle size and other optimisations for production #85

habbes opened this issue Jul 15, 2018 · 0 comments

Comments

@habbes
Copy link
Owner

habbes commented Jul 15, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant