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 6fe1928 commit bcd9c57Copy full SHA for bcd9c57
playground/vite.config.ts
@@ -1,6 +1,6 @@
1
import { fileURLToPath, URL } from 'url'
2
import { defineConfig } from 'vite'
3
-import { join } from 'pathe'
+import { join } from 'node:path'
4
import Inspect from 'vite-plugin-inspect'
5
import Markdown from 'vite-plugin-vue-markdown'
6
// @ts-ignore: the plugin should not be checked in the playground
0 commit comments