Zack Jackson

Results 449 comments of Zack Jackson

Do you have a sample repo that demonstrates the issue?

Okay, I see what's wrong here. The way we parse versions has moved into the runtime. However, it appears that some of the fallback code was replaced with just the...

Get public path is not released yet, but should be soon. In the meantime you should be able to use __webpack_require__.p = customPath in a runtime plugin. ``` if(__FEDERATION__.__INSTANCES__[0].options.name !===...

can you not use createScript hook?

If create script hook isnt working on node side then we should just need to ammend the source code so it does call the hook, dont think we need to...

Modernjs.dev/en will support this next quarter. Along with SSR support, TS support and HMR Doing dynamic routes on next is very limited. Only get initial props would work. Modernjs has...

In the next release it should be simply built on. "Just works" - there will be a new option like "discoverRoutes: true"

I do not know how to fix this. it seems like a peer dep issue in the project

yeah i used to do this trick with __resourceQuery and put things on the query string of an import to use at runtime. Same limits apply :P