Skip to content

Commit 2f238a3

Browse files
committed
Remove path
1 parent 69cb22c commit 2f238a3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

query-by-graph/vite.config.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,9 @@ import
33
import vue from '@vitejs/plugin-vue';
44
import wasm from "vite-plugin-wasm";
55
import topLevelAwait from "vite-plugin-top-level-await";
6-
import path from 'path'
76

87
// https://vitejs.dev/config/
98
export default defineConfig(
109
{
1110
plugins: [vue(), wasm(), topLevelAwait()],
12-
resolve: {
13-
alias: {
14-
'@': path.resolve('src')
15-
}
16-
}
1711
})

0 commit comments

Comments
 (0)