Skip to content

Commit

Permalink
fix: no longer need a shim for fork-ts-checker vue 3 support (#5768)
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Aug 9, 2020
1 parent 48d2e67 commit ee41812
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
3 changes: 1 addition & 2 deletions packages/@vue/cli-plugin-typescript/index.js
Expand Up @@ -91,8 +91,7 @@ module.exports = (api, projectOptions) => {
extensions: {
vue: {
enabled: true,
// use a shim as @vue/compiler-sfc does not offer the `parseComponent` function
compiler: '@vue/cli-plugin-typescript/vue-compiler-sfc-shim'
compiler: '@vue/compiler-sfc'
}
},
diagnosticOptions: {
Expand Down
16 changes: 0 additions & 16 deletions packages/@vue/cli-plugin-typescript/vue-compiler-sfc-shim.js

This file was deleted.

0 comments on commit ee41812

Please sign in to comment.