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
Using version 3.1.1 noticed that the following error message is displayed:
Changing version in package.json for 2.13.6, the error message is not displayed and project works.
Analyzing the loader code in version 3.1.1 I found that in the hot-api.js file we have an export that is not at the top-level of the file, contrary to the JS strict mode ES6 rule.
I believe this could be the mistake.