You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No warning should be emitted from Babel preset env.
What is actually happening?
Babel emit the following warning message:
The corejs option only has an effect when the useBuiltIns option is not false
This is not really bothering in a default Vue CLI environment where the log is cleared frequently, but when working on or building a Storybook instance for example it throws this warning many times.
The text was updated successfully, but these errors were encountered:
Version
4.2.3
Reproduction link
https://github.com/LeBenLeBen/vue-cli-usebuiltins-corejs
Environment info
Steps to reproduce
npm run serve
ornpm run build
What is expected?
No warning should be emitted from Babel preset env.
What is actually happening?
Babel emit the following warning message:
This is not really bothering in a default Vue CLI environment where the log is cleared frequently, but when working on or building a Storybook instance for example it throws this warning many times.
The text was updated successfully, but these errors were encountered: