Ricki Hastings
Ricki Hastings
Has anyone got a reliable solution for projects that don't use a monorepo?
@lm2almeida I think the issue is that your TypeScript project doesn't understand what `remote` is, and therefore eslint doesn't understand it as your eslint is configured to use TypeScript as...
After some further investigation I think this issue can be managed by using `Client.update`, I'll make this change in our code to prevent the issue. Maybe a potential fix could...
Has anyone managed to achieve this? The `loader.js` gist doesn't really help without a decent example on how to use it.
Thanks for the example. I've been able to get lazy loading "kind of" working. I can get the bundling and conditional loading working fine. The problem is that fluxible-router requires...
I get this error too. Has anyone managed to resolve it?
After much digging, if anyone else encounters this issue, the fix is very easy, and is down to this line here: https://github.com/facebook/create-react-app/blob/fa648daca1dedd97aec4fa3bae8752c4dcf37e6f/packages/react-scripts/config/webpack.config.js#L216 ```javascript config.output.jsonpFunction = 'webpackJsonp'; ```
I struggled to properly get this working in the end. There seemed to be constant problems and the whole solution didn't feel very nice. I went with ModuleFederation in webpack...
Has the fix in the latest release resolved this problem for everyone? I am still seeing it on the latest version unfortunately.
Hi, did you find a solution to this? I'm also keen on understanding how you'd do this but can't see a way.