vbenjs / vite-plugin-theme

Vite plugin for dynamically changing the theme color of the interface
MIT License
141 stars 34 forks source link

整个qiankun 时报错 #13

Open xiaofanchuan159 opened 2 years ago

xiaofanchuan159 commented 2 years ago
  1. 把使用vite-plugin-theme的项目当成子项目后,整合到qiankun后报错,有解决方案吗? [import-html-entry]: error occurs while executing normal script http://localhost:3100/D:/cpit-teamwork-ui-main/node_modules/vite-plugin-theme/es/client.js Uncaught SyntaxError: Unexpected token 'export' at eval () at geval (index.js?50b2:162) at exec (index.js?50b2:191) at schedule (index.js?50b2:217) at schedule (index.js?50b2:222) at eval (index.js?50b2:228) at new Promise () at eval (index.js?50b2:227)
gaofeng222 commented 2 years ago

我这里也遇到了,官网有什么解决方案吗?子项目单独启动是好的,但是主项目引入就报错了 image