Skip to content

Commit f9d07c5

Browse files
committed
no vue used
1 parent 936add1 commit f9d07c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vite.config.js

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

54
export default defineConfig({
65
plugins: [
@@ -13,6 +12,5 @@ export default defineConfig({
1312
publicDirectory: 'dist',
1413
hotFile: 'dist/hot',
1514
}),
16-
vue(),
1715
],
1816
});

0 commit comments

Comments
 (0)