-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Stock vue template has a Babel error #1659
Comments
Same issue. Today I published article about Vue.js form validations and found that all code examples didn't work. I found fast fix:
To this
|
It's starting to work properly.but why? |
We're looking into this! |
Hey! I found the issue, it's related to a recent new release of I installed a new version of |
The fix is live and the issue should be resolved! Sorry for the inconvenience, I'll make sure to run our CI check periodically and find a better solution for the env preset. Thanks for the workaround @AndreasCag, that helped a lot with pinpointing the issue! Let me know if it's fixed for you, then we can close the issue. |
For future reference, the fix commit is 7cb89e2 . |
Closing this, as the lack of feedback signals me this has been solved. Please reopen if that's not the case. |
🐛 bug report
Description of the problem
The stock vue template throws an error.
[BABEL] /src/main.js: Invalid Option: corejs is not a valid top-level option. Maybe you meant to use 'targets'? (While processing: "base$0$0")
Link to sandbox: stock vue template
Your Environment
The text was updated successfully, but these errors were encountered: