mirror of
https://github.com/Myzel394/kleckrelay-website.git
synced 2025-06-18 23:45:26 +02:00
debug
This commit is contained in:
parent
74b059ecf4
commit
f4e0f7242b
@ -1,7 +1,7 @@
|
||||
import * as path from "path"
|
||||
import {defineConfig} from "vite"
|
||||
import {viteCommonjs} from "@originjs/vite-plugin-commonjs"
|
||||
|
||||
import {viteCommonjs} from "@originjs/vite-plugin-commonjs"
|
||||
import react from "@vitejs/plugin-react"
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
@ -29,4 +29,7 @@ export default defineConfig({
|
||||
},
|
||||
minify: false,
|
||||
},
|
||||
esbuild: {
|
||||
minifySyntax: false,
|
||||
},
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user