From f4e0f7242b36b90c78150e4c27e3949873edca46 Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Sun, 19 Feb 2023 08:50:51 +0100 Subject: [PATCH] debug --- vite.config.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index fab0a99..1e3d62a 100755 --- a/vite.config.ts +++ b/vite.config.ts @@ -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, + }, })