@rspack/dev-middleware 0.2.10 → 0.2.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
<img alt="Rspack Banner" src="https://lf3-static.bytednsdoc.com/obj/eden-cn/rjhwzy/ljhwZthlaukjlkulzlp/rspack-banner-1610.png">
|
|
4
4
|
</picture>
|
|
5
5
|
|
|
6
|
+
# DEPRECATED! Use [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) instead
|
|
7
|
+
|
|
6
8
|
# @rspack/dev-middleware
|
|
7
9
|
|
|
8
10
|
Development middleware for rspack.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspack/dev-middleware",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.11",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Development middleware for rspack",
|
|
6
6
|
"main": "index.cjs",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"webpack-dev-middleware": "6.0.2",
|
|
21
|
-
"@rspack/core": "0.2.
|
|
21
|
+
"@rspack/core": "0.2.11"
|
|
22
22
|
},
|
|
23
23
|
"scripts": {
|
|
24
24
|
"build": "tsc",
|