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: enable some syntax extensions by default for vue script compiler #5868

Merged
merged 1 commit into from Sep 10, 2020

Commits on Sep 10, 2020

  1. fix: enable some syntax extensions by default for vue script compiler

    These are enabled by default in the `@vue/babel-preset-app`.
    
    Fixes vuejs#5863
    Fixes vuejs#5866
    
    These doesn't fix the case where user has enabled more custom syntax in
    babel. `@vue/compiler-sfc` needs to fail gracefully in such cases.
    sodatea committed Sep 10, 2020
    Copy the full SHA
    d734f70 View commit details
    Browse the repository at this point in the history