Closed lizthegrey closed 3 years ago
I'm getting the same issue using vue-cli.
I had to upgrade my @vue/cli
to @vue/cli@next
@lizthegrey @BinarySpike
Yes, @vue/cli
still uses WebPack 4, while this puppy wants WebPack 5.
You can see that it gets WP5 as a local subdependency (node_modules/@juit/vue-ts-checker/node_modules/webpack
) rather than using the shared one (node_modules/webpack
).
here's a partial webpack.ts: