From 54ea44cdad568b426802d5ac7fd1d88e3cc2e52b Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 18 Dec 2021 22:26:27 +0800 Subject: [PATCH] =?UTF-8?q?fix(Modal):=20=E4=BF=AE=E5=A4=8D=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E5=9C=A8=E6=9C=80=E6=96=B0=E7=9A=84360=E6=B5=8F?= =?UTF-8?q?=E8=A7=88=E5=99=A8=E5=92=8C=E6=90=9C=E7=8B=97=E5=A4=B1=E6=95=88?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=20(#1381)=20(#1488)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.ts b/vite.config.ts index 2a887470..bf43f316 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -61,6 +61,7 @@ export default ({ command, mode }: ConfigEnv): UserConfig => { }, build: { target: 'es2015', + cssTarget: 'chrome86', outDir: OUTPUT_DIR, terserOptions: { compress: {