Closed sxzz closed 3 years ago
For now, I just disable ForkTsCheckerWebpackPlugin
for vue
args[0].typescript.extensions.vue.enabled = false;
vue-template-compiler
seems unable to handle with script setup.
https://github.com/TypeStrong/fork-ts-checker-webpack-plugin#typescript-extensions-options
Yes, see the TypeScript section of Vue CLI.
reproduce repo: https://github.com/sxzz/vue2-script-setup-issue