Browse Source

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

pull/1506/head
Mark 4 years ago
committed by GitHub
parent
commit
54ea44cdad
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      vite.config.ts

1
vite.config.ts

@ -61,6 +61,7 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
},
build: {
target: 'es2015',
cssTarget: 'chrome86',
outDir: OUTPUT_DIR,
terserOptions: {
compress: {

Loading…
Cancel
Save