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

feat: use @vue/compiler-sfc as a compiler for TS if available #5170

Merged
merged 2 commits into from Mar 19, 2020

Commits on Mar 10, 2020

  1. Copy the full SHA
    c063b41 View commit details
    Browse the repository at this point in the history
  2. feat: use @vue/compiler-sfc as a compiler for TS if available

    The `fork-ts-checker-webpack-plugin` is using `vue-template-compiler` by default, and this compiler is not the correct one to pick for vue-next. This commit tries to load `@vue/compiler-sfc` and falls back to `vue-template-compiler` if it does not find it.
    cexbrayat committed Mar 10, 2020
    Copy the full SHA
    4e64a09 View commit details
    Browse the repository at this point in the history