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 b3295d3 commit e6db298Copy full SHA for e6db298
vite-base.config.ts
@@ -3,7 +3,7 @@ import vue from '@vitejs/plugin-vue'
3
import vueJsx from '@vitejs/plugin-vue-jsx'
4
import wasm from 'vite-plugin-wasm'
5
import topLevelAwait from 'vite-plugin-top-level-await'
6
-import path from 'path'
+import path from 'node:path'
7
import autoprefixer from 'autoprefixer'
8
import inject from '@rollup/plugin-inject'
9
import commonjs from '@rollup/plugin-commonjs'
0 commit comments