Commit 1fac4b4ba76d432b9a56e142a8d56571e825950f
1 parent
ea935539
fix(optimize-deps): fix resize-observer-polyfill error
Showing
1 changed file
with
1 additions
and
0 deletions
vite.config.ts
@@ -100,6 +100,7 @@ export default ({ command, mode }: ConfigEnv): UserConfig => { | @@ -100,6 +100,7 @@ export default ({ command, mode }: ConfigEnv): UserConfig => { | ||
100 | 'ant-design-vue/es/locale/zh_CN', | 100 | 'ant-design-vue/es/locale/zh_CN', |
101 | 'moment/locale/zh-cn', | 101 | 'moment/locale/zh-cn', |
102 | 'ant-design-vue/es/locale/en_US', | 102 | 'ant-design-vue/es/locale/en_US', |
103 | + 'resize-observer-polyfill', | ||
103 | ], | 104 | ], |
104 | }, | 105 | }, |
105 | }; | 106 | }; |