Skip to content

Support Vue 3 #384

@jods4

Description

@jods4

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions