Skip to content

Commit 2a32eb3

Browse files
authored
Simplify vite.config.ts by removing the "duplicate" @ alias (#156)
* Simplify vite.config.ts by remove the @ alias * Remove import path
1 parent 09ee1a9 commit 2a32eb3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

vite.config.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import vue from '@vitejs/plugin-vue';
22
import laravel from 'laravel-vite-plugin';
3-
import path from 'path';
43
import tailwindcss from '@tailwindcss/vite';
54
import { defineConfig } from 'vite';
65

@@ -21,9 +20,4 @@ export default defineConfig({
2120
},
2221
}),
2322
],
24-
resolve: {
25-
alias: {
26-
'@': path.resolve(__dirname, './resources/js'),
27-
},
28-
},
2923
});

0 commit comments

Comments
 (0)