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: reduce bundle size #91

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

merceyz
Copy link

@merceyz merceyz commented Mar 19, 2020

  • Changed the build process to make babel helpers external to reduce code duplication in projects using vuex-map-fields.
  • Made rollup handle all the different outputs in one config file
  • Removed uglify-es and used rollup-plugin-terser instead
  • Removed redundant config in babel.config.js, rollup-plugin-babel already handles modules: false

@merceyz
Copy link
Author

merceyz commented Mar 19, 2020

@maoberlehner Should probably set corejs on @babel/preset-env so it includes polyfills

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 93abd42 on merceyz:bundle-size into fa5c480 on maoberlehner:master.

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

Successfully merging this pull request may close these issues.

2 participants