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
As a result, the final page will have two compiled artifacts, each containing hot update related code, but it is not working properly. I feel that this may be due to different artifacts sharing the same variable(self.xxx).
The text was updated successfully, but these errors were encountered:
I use webpack to multi-compile modules, with support for hot updates. like this:
As a result, the final page will have two compiled artifacts, each containing hot update related code, but it is not working properly. I feel that this may be due to different artifacts sharing the same variable(self.xxx).
The text was updated successfully, but these errors were encountered: