@esmx/rspack 3.0.0-rc.69 → 3.0.0-rc.71
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 +9 -2
- package/README.zh-CN.md +9 -2
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
</a>
|
|
21
21
|
</div>
|
|
22
22
|
|
|
23
|
-
<p>A high-performance Rspack integration for Esmx microfrontend framework, providing
|
|
23
|
+
<p>A high-performance Rspack integration for Esmx microfrontend framework, providing SSR and Module Linking capabilities</p>
|
|
24
24
|
|
|
25
25
|
<p>
|
|
26
26
|
English | <a href="https://github.com/esmnext/esmx/blob/master/packages/rspack/README.zh-CN.md">中文</a>
|
|
@@ -38,7 +38,14 @@
|
|
|
38
38
|
## 📦 Installation
|
|
39
39
|
|
|
40
40
|
```bash
|
|
41
|
+
# npm
|
|
41
42
|
npm install @esmx/rspack -D
|
|
43
|
+
|
|
44
|
+
# pnpm
|
|
45
|
+
pnpm add @esmx/rspack -D
|
|
46
|
+
|
|
47
|
+
# yarn
|
|
48
|
+
yarn add @esmx/rspack -D
|
|
42
49
|
```
|
|
43
50
|
|
|
44
51
|
## 📚 Documentation
|
|
@@ -47,4 +54,4 @@ Visit the [official documentation](https://esmx.dev/api/app/rspack.html) for det
|
|
|
47
54
|
|
|
48
55
|
## 📄 License
|
|
49
56
|
|
|
50
|
-
MIT © [Esmx Team](https://github.com/esmnext/esmx)
|
|
57
|
+
MIT © [Esmx Team](https://github.com/esmnext/esmx)
|
package/README.zh-CN.md
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
</a>
|
|
21
21
|
</div>
|
|
22
22
|
|
|
23
|
-
<p>为 Esmx 微前端框架提供的高性能 Rspack
|
|
23
|
+
<p>为 Esmx 微前端框架提供的高性能 Rspack 集成,具备 SSR 和模块链接能力</p>
|
|
24
24
|
|
|
25
25
|
<p>
|
|
26
26
|
<a href="https://github.com/esmnext/esmx/blob/master/packages/rspack/README.md">English</a> | 中文
|
|
@@ -38,7 +38,14 @@
|
|
|
38
38
|
## 📦 安装
|
|
39
39
|
|
|
40
40
|
```bash
|
|
41
|
+
# npm
|
|
41
42
|
npm install @esmx/rspack -D
|
|
43
|
+
|
|
44
|
+
# pnpm
|
|
45
|
+
pnpm add @esmx/rspack -D
|
|
46
|
+
|
|
47
|
+
# yarn
|
|
48
|
+
yarn add @esmx/rspack -D
|
|
42
49
|
```
|
|
43
50
|
|
|
44
51
|
## 📚 文档
|
|
@@ -47,4 +54,4 @@ npm install @esmx/rspack -D
|
|
|
47
54
|
|
|
48
55
|
## 📄 许可证
|
|
49
56
|
|
|
50
|
-
MIT © [Esmx Team](https://github.com/esmnext/esmx)
|
|
57
|
+
MIT © [Esmx Team](https://github.com/esmnext/esmx)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esmx/rspack",
|
|
3
|
-
"description": "A high-performance Rspack integration for Esmx microfrontend framework, providing
|
|
3
|
+
"description": "A high-performance Rspack integration for Esmx microfrontend framework, providing Module Linking and SSR capabilities.",
|
|
4
4
|
"contributors": [
|
|
5
5
|
{
|
|
6
6
|
"name": "lzxb",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"Less",
|
|
39
39
|
"High Performance",
|
|
40
40
|
"Build Tool",
|
|
41
|
-
"Module
|
|
41
|
+
"Module Linking",
|
|
42
42
|
"SSR",
|
|
43
43
|
"Development Experience"
|
|
44
44
|
],
|
|
@@ -63,10 +63,10 @@
|
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@esmx/import": "3.0.0-rc.
|
|
67
|
-
"@esmx/rspack-module-link-plugin": "3.0.0-rc.
|
|
68
|
-
"@npmcli/arborist": "^9.
|
|
69
|
-
"@rspack/core": "1.6.
|
|
66
|
+
"@esmx/import": "3.0.0-rc.71",
|
|
67
|
+
"@esmx/rspack-module-link-plugin": "3.0.0-rc.71",
|
|
68
|
+
"@npmcli/arborist": "^9.1.6",
|
|
69
|
+
"@rspack/core": "1.6.1",
|
|
70
70
|
"css-loader": "^7.1.2",
|
|
71
71
|
"less-loader": "^12.2.0",
|
|
72
72
|
"node-polyfill-webpack-plugin": "^4.1.0",
|
|
@@ -79,19 +79,19 @@
|
|
|
79
79
|
"worker-rspack-loader": "^3.1.2"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
|
-
"@biomejs/biome": "
|
|
83
|
-
"@esmx/core": "3.0.0-rc.
|
|
84
|
-
"@types/node": "^24.
|
|
82
|
+
"@biomejs/biome": "2.3.4",
|
|
83
|
+
"@esmx/core": "3.0.0-rc.71",
|
|
84
|
+
"@types/node": "^24.10.0",
|
|
85
85
|
"@types/npmcli__arborist": "^6.3.1",
|
|
86
86
|
"@types/pacote": "^11.1.8",
|
|
87
|
-
"@types/webpack-hot-middleware": "^2.25.
|
|
87
|
+
"@types/webpack-hot-middleware": "^2.25.12",
|
|
88
88
|
"@types/webpack-node-externals": "^3.0.4",
|
|
89
89
|
"@vitest/coverage-v8": "3.2.4",
|
|
90
|
-
"typescript": "5.9.
|
|
91
|
-
"unbuild": "3.6.
|
|
90
|
+
"typescript": "5.9.3",
|
|
91
|
+
"unbuild": "3.6.1",
|
|
92
92
|
"vitest": "3.2.4"
|
|
93
93
|
},
|
|
94
|
-
"version": "3.0.0-rc.
|
|
94
|
+
"version": "3.0.0-rc.71",
|
|
95
95
|
"type": "module",
|
|
96
96
|
"private": false,
|
|
97
97
|
"exports": {
|
|
@@ -110,5 +110,5 @@
|
|
|
110
110
|
"template",
|
|
111
111
|
"public"
|
|
112
112
|
],
|
|
113
|
-
"gitHead": "
|
|
113
|
+
"gitHead": "1616c7a1f820387d4d14bac0babd42356f6f7f33"
|
|
114
114
|
}
|