-
-
Notifications
You must be signed in to change notification settings - Fork 247
Closed
Description
Feature description
Vue 3 is now publicly available in alpha.
Because of changes in its internal structure, tools like fork-ts-checker-webpack-plugin need to be updated (see below).
Feature implementation
I'm using Vue 3 + Webpack + Typescript in my project.
This requires [email protected]
, [email protected]
and @vue/[email protected]
.
When I try to use vue: true
in fork-ts-checker-webpack-plugin
I get the following error:
INTERNAL ERROR: When you use `vue` option, make sure to install `vue-template-compiler`.
I'm pretty sure this is because Vue 3 uses @vue/compiler-sfc
to compile views instead of vue-template-compiler
and the checker needs to be updated to use this package when it's available instead of the old one.
LissetteIbnz, jacekkarczmarczyk, dennisbot and priiduneemre