Skip to content

Commit e6db298

Browse files
committed
fix: add node prefix
1 parent b3295d3 commit e6db298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite-base.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import vue from '@vitejs/plugin-vue'
33
import vueJsx from '@vitejs/plugin-vue-jsx'
44
import wasm from 'vite-plugin-wasm'
55
import topLevelAwait from 'vite-plugin-top-level-await'
6-
import path from 'path'
6+
import path from 'node:path'
77
import autoprefixer from 'autoprefixer'
88
import inject from '@rollup/plugin-inject'
99
import commonjs from '@rollup/plugin-commonjs'

0 commit comments

Comments
 (0)