hansonfang
hansonfang
> @timeyo codepen 和我自己在页面内写里跑出来竟然都是 左300 右 300。。Chrome 81 > >  > >  那个是高度老哥。。。
same problem
> Is this related to Vue version? I had to use Vue2 and Vue3 in a single page since I've used micro frontend
"要求webpack的entry要被额外包装一层,处理成动态引入" 这个并不是MF必要的配置,而是webpack的建议:[异步边界(asynchronous boundary)](https://webpack.docschina.org/concepts/module-federation/#Uncaught-Error-Shared-module-is-not-available-for-eager-consumption) ,我目前没有使用这种在入口异步引用的方式,qiankun可以正常使用MF,代码中用到远程模块时,直接用 await import('remote/module1') 这种就行了
Issue solved by updating `normalize-wheel-es` to `1.1.2` Whereas there comes a new problem which is when I use debug mode, terminal seems frozen with a RUN prompt. Nothing going on....
> @sheremet-va I've uploaded `lock` file pls check out. Meanwhile I took a shot on the problem 
`pip install requests`之后已经提示安装: ``` [root@centos-sg-1g shadowsocksr]# sudo pip install requests Requirement already satisfied: requests in /usr/lib/python2.7/site-packages You are using pip version 9.0.3, however version 10.0.1 is available. You should consider...
same issue
I've downgraded to 1.8.27 but still no intelliense for `*.vue` files, even I wrote the wrong import path intentionally it didn't give any error:
Is qiankun a dead project now?