Commit 54ea44cdad568b426802d5ac7fd1d88e3cc2e52b

Authored by Mark
Committed by GitHub
1 parent a462be0a

fix(Modal): 修复弹窗在最新的360浏览器和搜狗失效的问题 (#1381) (#1488)

Showing 1 changed file with 1 additions and 0 deletions
vite.config.ts
... ... @@ -61,6 +61,7 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
61 61 },
62 62 build: {
63 63 target: 'es2015',
  64 + cssTarget: 'chrome86',
64 65 outDir: OUTPUT_DIR,
65 66 terserOptions: {
66 67 compress: {
... ...