Changelog
January 19, 2026 ยท View on GitHub
All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.
0.3.3 (2026-01-19)
Chores
0.3.2 (2024-09-01)
Bug Fixes
- use
requireto import rspack utilities (97ffc891) - should import js file from workbox build with extension (e8c4497f)
0.3.1 (2024-04-07)
Bug Fixes
- should use dynamic import for pure esm packages, close #4 (1c325b74)
0.3.0 (2024-04-01)
Features
- support rspack 0.5.7 and rsbuild 0.4.15, close #2
Bug Fixes
-
add @rsbuild/core as peerDependencies and make all peerDependencies optional (5d5c448f)
-
stageOptimizeHash is undefined (5cdbc29f)
Description
Documentation
- update README (7925f2d2)
Test
- fix a failed test due to an irrelevant difference of the output files between rspack and webpack (60201639)
- fix failed tests caused by
rspack.CopyRspackPlugin(7b867adb)
Chores
- update README (227f5760)
- update github actions to node 20 (a70dfa54)
- remove irrelevant comments (ab52d7fc)
0.2.2 (2024-03-13)
Bug Fixes
- should use
entrypointsto get the chunkGroup of an entrypoint in rspack (628f89cf)
Documentation
- update README (51faa538)
0.2.1 (2024-03-10)
Bug Fixes
- dependencies should be externalized (6d502e6d)
0.2.0 (2024-03-10)
Bug Fixes
- stages are properies of processAssets in rspack (afea6aab)
- externalize dev dependencies to reduce the package size (8151c28f)
- fix test errors caused by
rollup-plugin-node-externals(b63b5e84)
Documentation
- update README (61e8334a)
Chores
0.1.0 (2024-03-10)
Bug Fixes
- fix build errors (27128673)
- remove all webpack imports (1a349755)
- fix type errors (2be3c866)
- fix some of the failed tests of
InjectManifest, and skip the ones that are not fixable currently (d8966fdd) compilation.errorsandcompilation.warningsare not arrays (dfd7f146)- replace webpack.EntryPlugin with rspack.EntryPlugin (40477ca7)
- fix the problems of
inject-manifest.test.ts(9070e56f) - fix errors caused by the difference of rspack and webpack (48cbe779)
Documentation
- update README (86a19145)
Test
- use rspack in the tests and fix some failed tests (bd39497f)
Chores
- update github actions (90cb7533)
- update package.json and README (de3ed315)
- cleanup files (c690b006)
- update rspack (bdd63a61)
- port all the tests from workbox-webpack-plugin and migrate them to vitest (b87b96ed)
- port all the code from workbox-webpack-plugin (ab4befb9)
- change changelog preset and cleanup (d4030d25)
- update deps and license (cca12d31)