You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
We recently introduced SingleModulePlugin to help with issues where two modules would require the same module, but get different closure scopes: e.g.
toolbox / main would get a different clientType
networkRequest did not get the config when it was set in source-map-worker
This broke hotReloading because SMP relies on a string comparison of the modules to determine similarity and HR injected a react dependency with a different module id.
We'll fix this soon by stripping HR injected lines from the comparison
We recently introduced SingleModulePlugin to help with issues where two modules would require the same module, but get different closure scopes: e.g.
This broke hotReloading because SMP relies on a string comparison of the modules to determine similarity and HR injected a react dependency with a different module id.
We'll fix this soon by stripping HR injected lines from the comparison
CC @juliandescottes
The text was updated successfully, but these errors were encountered: