Zack Jackson
Zack Jackson
Can you commit the types from dev server @ulrichgreen
@dimohqa this looks like order of operations issue. Remotes need to be online for their host. @2heal1 can we expose dts options so that type folder is not deleted on...
Yes I'll investigate
@Keitar6 your repo gives me a 404. https://github.com/Keitar6/reproMF-chunks/blob/main/host doesnt exist. Only 2 folders in the repo but clicking on them does not take me anywhere.
@Keitar6 i am unable to reproduce the issue in the repo, please provide exact steps or add a npm script that starts everything in the order and what page to...
we added getPublicPath support now
@zhoushaw - this is different issue. They are opting into transpile the package which is causing react loader to be added back after i disabled it.
@bestseob93 Do you know where exactly the issue is in my source? What file is crashing it? Where's the optional chaining that's crashing you. And is this server or browser...
Bundler runtime is stateful I think. It's also quite small. You should look at externalizing the runtime package not the bundler runtime package. That's webpacks runtime code, you want that...
I don't think so since it attaches itself to webpack and uses the context of the runtime. But I know we are looking at how to reduce the payload size...