diff --git a/vite.config.js b/vite.config.js index 40ad2df..d20fe6e 100644 --- a/vite.config.js +++ b/vite.config.js @@ -13,6 +13,11 @@ const config = { } } }, + build: { + commonjsOptions: { + transformMixedEsModules: true, + } + }, } export default config \ No newline at end of file