Jakub Romańczyk
Jakub Romańczyk
> hey i don't sure why it depends on the disable autoPreload . And i support the [shareStrategy](https://module-federation.io/configure/shareStrategy.html) option , which you can config in runtime/build configuration , maybe this...
Hi @oferRounds, you should be able to import the assets normally into your project even from outside of your project - all you have to do is configure asset loader...
@oferRounds ok I think I know what you mean now, you're talking about the output path for images. All images found within a project are always put inside of the...
hey @vzaidman 👋, I've taken that from here: https://github.com/facebook/metro/blob/6f0093c4cdc597dbbde8b22b159b9cb0b7912865/packages/metro/src/DeltaBundler/Serializers/helpers/__tests__/js-test.js#L179 (although that might have been an over-interpretation on my side 😅)
@vzaidman is there anything we can do about this PR to move forward with it? 🙏
> @jbroma sorry about the delay with this. > > Could you remind me - is there a functional difference intended here (eg MF using different defaults, so we want...
Ah, that makes sense, haven't thought of that implicit edge case. I'll rework this to a dev-only feature then 👍 Thanks for investigating this deeply 🙏
@robhogan I've aligned the PR to prevent overriding async bundle paths in prod only 👍
hey @robhogan 👋 anything left to do here to move forward with this PR?
> Fix test to use `__customPrefix__r` on the other hand, we discussed that it might not be needed to add the prefix to `__r` but after closer inspection it turns...