We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@vue/cli-plugin-babel/preset should allow to control bugfixes option of @babel/preset-env, cause it may reduce bundle size.
@vue/cli-plugin-babel/preset
@babel/preset-env
Just add the same flag to vue-cli babel plugin
The text was updated successfully, but these errors were encountered:
Just to note: https://babeljs.io/blog/2020/03/16/7.9.0#babel-preset-env-s-bugfixes-option-11083-https-githubcom-babel-babel-pull-11083
Sorry, something went wrong.
feat: enable bugfixes option for babel by default
bugfixes
fb8fbf4
Per the discussion at babel/babel#11083, it should not be considered a breaking change Closes vuejs#5301 Closes vuejs#4848
feat: enable bugfixes option for babel by default (#5322)
55d3375
Per the discussion at babel/babel#11083, it should not be considered a breaking change Closes #5301 Closes #4848
Successfully merging a pull request may close this issue.
What problem does this feature solve?
@vue/cli-plugin-babel/preset
should allow to control bugfixes option of@babel/preset-env
, cause it may reduce bundle size.What does the proposed API look like?
Just add the same flag to vue-cli babel plugin
The text was updated successfully, but these errors were encountered: