@lynx-js/react-webpack-plugin-canary 0.11.2-canary-20260904-fa79b9ba → 0.11.2
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/CHANGELOG.md +3 -4
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @lynx-js/react-webpack-plugin
|
|
2
2
|
|
|
3
|
-
## 0.11.2
|
|
3
|
+
## 0.11.2
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -12,9 +12,8 @@
|
|
|
12
12
|
keys without depending on ReactLynx. The merged top-level configuration is
|
|
13
13
|
shallow-frozen to prevent accidental mutation after host initialization.
|
|
14
14
|
- **BREAKING CHANGE**: Require `@lynx-js/rspeedy` `^0.17.0` in the plugins that read the build engine config through `Symbol.for('@lynx-js/rsbuild-plugin:config')`, since the engine that ships with `0.16` does not expose it. The plugins that do not touch the engine keep their existing range and add `^0.17.0` to it. ([#3682](https://github.com/lynx-family/lynx-stack/pull/3682))
|
|
15
|
-
- Updated dependencies [[`76126fc`](https://github.com/lynx-family/lynx-stack/commit/76126fcad0f16e649c372d22c013e90ad88640df)
|
|
16
|
-
- @lynx-js/webpack-runtime-globals@0.0.8
|
|
17
|
-
- @lynx-js/template-webpack-plugin@0.16.0-canary-20260904142401-fa79b9ba1b6d787410131115b17a694d801a28c1
|
|
15
|
+
- Updated dependencies [[`76126fc`](https://github.com/lynx-family/lynx-stack/commit/76126fcad0f16e649c372d22c013e90ad88640df)]:
|
|
16
|
+
- @lynx-js/webpack-runtime-globals@0.0.8
|
|
18
17
|
|
|
19
18
|
## 0.11.1
|
|
20
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lynx-js/react-webpack-plugin-canary",
|
|
3
|
-
"version": "0.11.2
|
|
3
|
+
"version": "0.11.2",
|
|
4
4
|
"description": "A webpack plugin for ReactLynx",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@lynx-js/debug-metadata": "npm:@lynx-js/debug-metadata-canary@0.1.0",
|
|
37
|
-
"@lynx-js/webpack-runtime-globals": "npm:@lynx-js/webpack-runtime-globals-canary@0.0.8
|
|
37
|
+
"@lynx-js/webpack-runtime-globals": "npm:@lynx-js/webpack-runtime-globals-canary@0.0.8",
|
|
38
38
|
"tiny-invariant": "^1.3.3"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
"@rstest/core": "0.11.12",
|
|
45
45
|
"css-loader": "^7.1.4",
|
|
46
46
|
"swc-loader": "^0.2.7",
|
|
47
|
-
"@lynx-js/
|
|
48
|
-
"@lynx-js/
|
|
49
|
-
"@lynx-js/
|
|
50
|
-
"@lynx-js/
|
|
47
|
+
"@lynx-js/template-webpack-plugin": "npm:@lynx-js/template-webpack-plugin-canary@0.16.0",
|
|
48
|
+
"@lynx-js/test-tools": "0.0.0",
|
|
49
|
+
"@lynx-js/react": "npm:@lynx-js/react-canary@0.126.0",
|
|
50
|
+
"@lynx-js/css-extract-webpack-plugin": "npm:@lynx-js/css-extract-webpack-plugin-canary@0.11.0"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
53
|
"@lynx-js/template-webpack-plugin": "*"
|