failed to load config from C:\gits\test_ext\vue-ts\vite.config.ts
error when starting dev server:
file:///C:/gits/test_ext/vue-ts/node_modules/@vitejs/plugin-vue/dist/index.mjs:2
import { isCSSRequest, normalizePath as normalizePath$1, transformWithEsbuild, formatPostcssSourceMap, createFilter } from 'vite';
^^^^^^^^^^^^
SyntaxError: The requested module 'vite' does not provide an export named 'isCSSRequest'
at ModuleJob._instantiate (node:internal/modules/esm/module_job:124:21)
at async ModuleJob.run (node:internal/modules/esm/module_job:190:5)
As I noticed, the issue appeared after pull request #50 when the '@vitejs/plugin-vue' package was updated
Release: v0.8.10 Framework: » vue Language: » vue-ts
How to Reproduce:
Error:
As I noticed, the issue appeared after pull request #50 when the '@vitejs/plugin-vue' package was updated