Chanh Wang

Results 2 comments of Chanh Wang
trafficstars

阻止冒泡虽然能解决问题,但不太优雅; 所以希望能从根儿上解决,如:`if (typeof t.className === 'string' && t.className.match('multipane-resizer'))`

> > > 将module-federation-remote中的library.type改为window 就能work了。 > > > ```js > > > new ModuleFederationPlugin({ > > > name: "eppComponent", > > > library: { type: "window", name: "eppComponent" }, >...