Releases: SimplifyJobs/webpack-ext-reloader
Releases · SimplifyJobs/webpack-ext-reloader
v1.1.13
Changelog
- Fix hot reload when manifest configured (#480)
- Fix injection context (#494)
- Fix broken source maps (asset process stage) (#507)
- General code improvements
- Upgrade all dependencies
v1.1.12
Changelog
- Fix JSON5 import (#417)
- Fix finding entry filenames
- Upgrade all dependencies
v1.1.10
Changelog
- MV3 support with MV2 backwards compatibility (#386)
- Other miscellaneous improvements/fixes
- Use JSON5 to allow comments in manifest.json (#216)
- Fixed type declarations (#209)
- Updated dependencies
- Updated README
v1.1.9
Changelog
- Dependency upgrades (#148)
- Remove of extraneous logs (#161)
- Fixed Firefox bugs (reported in #90, closed in #163)
- Improvements to testing suite and typings
v1.1.8
Changelog
- Fix chunk optimization listeners (#35)
- Dependency upgrades
Breaking Changes Warning
- Future versions will handle chunks differently than below due to
afterOptimizeChunkAssets
being deprecated. This change will be directly released in to v1.2.x.
v1.1.7
Changelog
- Remove Webpack 5 deprecation messages (#23)
- Dependencies upgrades
Breaking Changes Warning
- Future versions will handle chunks differently than below due to
afterOptimizeChunkAssets
being deprecated. This change will be directly released in to v1.2.x.
v1.1.6
Changelog
- Updates webpack from v4 to v5
- Code cleanup and tidying
- Dependencies upgrades