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

build: Optimize bundle size #207

Closed
wants to merge 2 commits into from

Conversation

DanSnow
Copy link

@DanSnow DanSnow commented Jul 5, 2020

This PR includes:

  • disable source map generated by rollup-plugin-vue
  • enable production build for rollup-plugin-vue
  • exclude dependencies in esm build
    Usually, using the esm build means that the user is using a bundler.
    This could reduce the code duplication in their application if they just have a same dependency with vue-color

DanSnow added 2 commits July 5, 2020 21:06
- disable source map
- exclude dependencies in esm build
- enable production build
@linx4200 linx4200 deleted the branch xiaokaike:feat/3.0.0 December 19, 2024 09:20
@linx4200 linx4200 closed this Dec 19, 2024
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