We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2858799 commit 2ac1c77Copy full SHA for 2ac1c77
vitest.config.ts
@@ -1,5 +1,5 @@
1
import {defineConfig} from 'vitest/config';
2
-import {default as vuePlugin} from '@vitejs/plugin-vue';
+import vuePlugin from '@vitejs/plugin-vue';
3
import {stringPlugin} from 'vite-string-plugin';
4
5
export default defineConfig({
0 commit comments