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