Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Releases: WebHotelier/webpack-fast-refresh

v5.0.1

11 May 21:59
Compare
Choose a tag to compare
  • Fixes crash when using webpack-dev-middleware

v5.0.0

11 May 21:10
Compare
Choose a tag to compare

We no longer want to assume anything about your webpack configuration (e.g. file extensions for your React components). We also want to use as little as possible of webpack's internal API.

For this reason, we no longer trying to put everything together for you. The loader and entry runtime have been separated from the webpack plugin. Users will need to manually add each one to their configuration. Besides significantly simplifying our code, this change will help keep compatibility with future webpack versions and with more advanced/obscure configurations.

Version was bumped to v5 in order to match minimum compatible webpack version.

  • BREAKING CHANGE: Minimum required version is now webpack@v5.0.0-beta.15
  • BREAKING CHANGE: Separated the webpack loader and entry runtime from the webpack plugin. See our README for instructions.
  • NEW: Added optional plugin for integration with react-error-overlay
  • NEW: Added support for module.hot.invalidate
  • FIX: We now properly support webpack's descriptor entries