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
Minimum required Node.js version have been bumped to 10 as Node.js 8 is EOL now.
Minimum required Webpack version is now v4.43.0 or later as we adopted the new module.hot.invalidate API (#).
The new API enabled us to bail out of the HMR loop less frequently and provide a better experience.
If you really cannot upgrade, you can stay on 0.3.3 for the time being.
While most of our public API did not change, this release is closer to a rewrite than a refactor.
A lot of files have moved to provide easier access to files for advanced users and frameworks (#122).
You can check the difference in the PR to see what have moved and where they are now.
The useLegacyWDSSockets option is now scoped under the overlay option (#153).
Features
Adopted the module.hot.invalidate() API, which means we will now bail out less often (#89)
Attach runtime on Webpack's global scope instead of window, making the plugin platform-agnostic (#102)
Added stable support for Webpack 5 and beta support for Module Federation (#123, #132, #164)
Socket integration URL detection via document.currentScript (#133)
Relaxed requirements for "required" overlay options to receive false as value (#154)