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

fix(webpack): optimize bundle size. Fixes MEMB-758 #417

Merged
merged 3 commits into from
Jun 16, 2020

Conversation

serge1peshcoff
Copy link
Member

before:
image

after:
image

this should reduce queries to the frontend, as chunks are disabled (well most of it, I didn't figure out how to disable json chunks).

@serge1peshcoff serge1peshcoff requested a review from a team June 15, 2020 18:08
@serge1peshcoff
Copy link
Member Author

hm, it does work locally but doesn't in docker in CI. will investigate.

@serge1peshcoff
Copy link
Member Author

works now

@serge1peshcoff
Copy link
Member Author

@WikiRik can you check this out?

@serge1peshcoff serge1peshcoff merged commit c98127e into master Jun 16, 2020
@serge1peshcoff serge1peshcoff deleted the optimize-bundle-size branch June 16, 2020 09:23
serge1peshcoff pushed a commit that referenced this pull request Jun 16, 2020
## [1.0.4](1.0.3...1.0.4) (2020-06-16)

### Bug Fixes

* **webpack:** optimize bundle size. Fixes MEMB-758 ([#417](#417)) ([c98127e](c98127e))
@serge1peshcoff
Copy link
Member Author

🎉 This PR is included in version 1.0.4 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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