test cf fix

This commit is contained in:
mrkrk 2024-09-21 20:50:37 +03:00 committed by GitHub
parent 9728cfee1e
commit 5f1eca548c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,10 @@ import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/ // https://vitejs.dev/config/
export default defineConfig({ export default defineConfig({
build: {
minify: 'esbuild',
target: 'esnext'
},
plugins: [vue()], plugins: [vue()],
resolve: { resolve: {
alias: { alias: {