Script tags for remoteEntry gets removed after few sec #3413
Unanswered
DeveshSapkale
asked this question in
Q&A
Replies: 1 comment
-
Webpack script injection is supposed to do the same. Prevents memory leaking |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
In previous version of MF (webpack) all the remote's entry script tags were getting added in html's head section of application when its loaded/started and were not removed after application was completely loaded.
But I observed with MF v2 the script tags are added for fraction of seconds and once the script is downloaded the script tags are removed from head section of html.
Is this expected behaviour with MF v2?
Is there any option to keep those script tags in head even after load.
@ScriptedAlchemy
Beta Was this translation helpful? Give feedback.
All reactions