Explorar o código

fix(optimize-deps): fix resize-observer-polyfill error

vben %!s(int64=4) %!d(string=hai) anos
pai
achega
1fac4b4ba7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      vite.config.ts

+ 1 - 0
vite.config.ts

@@ -100,6 +100,7 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
         'ant-design-vue/es/locale/zh_CN',
         'moment/locale/zh-cn',
         'ant-design-vue/es/locale/en_US',
+        'resize-observer-polyfill',
       ],
     },
   };