Skip to content

Commit 92a0f25

Browse files
committed
chore: update RSPack in experimental example
1 parent a8c5dee commit 92a0f25

3 files changed

Lines changed: 75 additions & 70 deletions

File tree

experiments/rspack/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A symbiosis of the fast RSPack and the powerful [html-bundler-webpack-plugin](https://github.com/webdiscus/html-bundler-webpack-plugin) could be a `Vite` killer.
44

5-
But currently RSPack `v0.5.6` is yet not 100% compatible with the Webpack.
5+
But currently RSPack `v0.5.8` is yet not 100% compatible with the Webpack.
66

77
Using the `html-bundler-webpack-plugin` with `RSPack` occurs the issue:
88

@@ -30,13 +30,15 @@ Error: Failed to convert JavaScript value `function filenameFn(..) ` into rust t
3030

3131
- macOS 14.4 (23E214)
3232
- version of Node.js: v18.18.2
33-
- version of RSPack: 0.5.6
33+
- version of RSPack: 0.5.8
3434
- version of Webpack: 5.90.3
3535
- version of the HTML Bundler Plugin: 3.6.1
3636

3737
## How to reproduce
3838

3939
```
40+
clone https://github.com/webdiscus/html-bundler-webpack-plugin.git
41+
cd html-bundler-webpack-plugin/experiments/rspack
4042
npm i
4143
npm run dev
4244
```

experiments/rspack/package-lock.json

Lines changed: 68 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

experiments/rspack/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"tapable": "^2.2.1"
2323
},
2424
"devDependencies": {
25-
"@rspack/cli": "0.5.6",
26-
"@rspack/core": "0.5.6",
27-
"html-bundler-webpack-plugin": "3.6.1",
25+
"@rspack/cli": "0.5.8",
26+
"@rspack/core": "0.5.8",
27+
"html-bundler-webpack-plugin": "3.6.4",
2828
"html-webpack-plugin": "^5.6.0",
2929
"webpack": "^5.90.3",
3030
"webpack-cli": "5.1.4"

0 commit comments

Comments
 (0)