Replies: 1 comment 1 reply
-
目前我没去仔细看这方面的,不过现在应该还不支持。你可以到vite的Discussions提下你的问题,或许那边可以帮助到你. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
想要实现一个高度可扩展的项目,包括一个基座项目和很多很多的页面模块。
页面模块独立开发,单独编译,但依赖基座项目,编译后放在基座项目的plugin目录下,
基座项目跳转页面的时候调用
http://基座项目/plugin/pageA/remoteEntry.js
加载该模块。是的,就是webpack5的模块邦联,不知道vite+rollup有没有类似的解决方案.
Beta Was this translation helpful? Give feedback.
All reactions