Louis Lam
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
vite.config.js
|
@ -3,7 +3,7 @@ import vue from '@vitejs/plugin-vue' |
|
|
import legacy from '@vitejs/plugin-legacy' |
|
|
import legacy from '@vitejs/plugin-legacy' |
|
|
|
|
|
|
|
|
// https://vitejs.dev/config/
|
|
|
// https://vitejs.dev/config/
|
|
|
export default defineConfig({ |
|
|
export default defineConfig({ |
|
|
plugins: [ |
|
|
plugins: [ |
|
|
vue(), |
|
|
vue(), |
|
|
legacy({ |
|
|
legacy({ |
|
|