@lynx-js/react-rsbuild-plugin 0.12.9 → 0.12.10

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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # @lynx-js/react-rsbuild-plugin
2
2
 
3
+ ## 0.12.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Support bundle and load css in external bundle ([#2143](https://github.com/lynx-family/lynx-stack/pull/2143))
8
+
9
+ - Updated dependencies [[`59f2933`](https://github.com/lynx-family/lynx-stack/commit/59f293305342e5bc15efa5292c377179a7046a6b), [`453e006`](https://github.com/lynx-family/lynx-stack/commit/453e006c0e96f580031971b21ae577b8945fe984)]:
10
+ - @lynx-js/template-webpack-plugin@0.10.5
11
+ - @lynx-js/css-extract-webpack-plugin@0.7.0
12
+ - @lynx-js/react-webpack-plugin@0.7.4
13
+ - @lynx-js/react-alias-rsbuild-plugin@0.12.10
14
+ - @lynx-js/use-sync-external-store@1.5.0
15
+ - @lynx-js/react-refresh-webpack-plugin@0.3.4
16
+
3
17
  ## 0.12.9
4
18
 
5
19
  ### Patch Changes
package/dist/208.js CHANGED
@@ -1163,7 +1163,7 @@ function pluginReactLynx(userOptions) {
1163
1163
  [key]: exposedConfig.config[key]
1164
1164
  });
1165
1165
  });
1166
- if (!isRslib) applyCSS(api, resolvedOptions);
1166
+ applyCSS(api, resolvedOptions);
1167
1167
  applyEntry(api, resolvedOptions);
1168
1168
  applyBackgroundOnly(api);
1169
1169
  applyGenerator(api, resolvedOptions);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/react-rsbuild-plugin",
3
- "version": "0.12.9",
3
+ "version": "0.12.10",
4
4
  "description": "A rsbuild plugin for ReactLynx",
5
5
  "keywords": [
6
6
  "rsbuild",
@@ -33,20 +33,20 @@
33
33
  ],
34
34
  "dependencies": {
35
35
  "@lynx-js/css-extract-webpack-plugin": "0.7.0",
36
- "@lynx-js/react-alias-rsbuild-plugin": "0.12.9",
36
+ "@lynx-js/react-alias-rsbuild-plugin": "0.12.10",
37
37
  "@lynx-js/react-refresh-webpack-plugin": "0.3.4",
38
38
  "@lynx-js/react-webpack-plugin": "0.7.4",
39
39
  "@lynx-js/runtime-wrapper-webpack-plugin": "0.1.3",
40
- "@lynx-js/template-webpack-plugin": "0.10.4",
40
+ "@lynx-js/template-webpack-plugin": "0.10.5",
41
41
  "@lynx-js/use-sync-external-store": "1.5.0",
42
42
  "background-only": "^0.0.1"
43
43
  },
44
44
  "devDependencies": {
45
- "@microsoft/api-extractor": "7.56.3",
45
+ "@microsoft/api-extractor": "7.57.6",
46
46
  "@rollup/plugin-typescript": "^12.3.0",
47
47
  "@rsbuild/core": "1.7.3",
48
48
  "@rsbuild/plugin-sass": "1.5.0",
49
- "@rsbuild/plugin-typed-css-modules": "1.2.1",
49
+ "@rsbuild/plugin-typed-css-modules": "1.2.2",
50
50
  "rsbuild-plugin-arethetypeswrong": "0.2.0",
51
51
  "rsbuild-plugin-publint": "0.3.4",
52
52
  "source-map": "^0.7.6",
@@ -55,9 +55,9 @@
55
55
  "typia": "10.1.0",
56
56
  "typia-rspack-plugin": "2.2.2",
57
57
  "@lynx-js/config-rsbuild-plugin": "0.0.1",
58
- "@lynx-js/react": "0.116.4",
58
+ "@lynx-js/react": "0.116.5",
59
59
  "@lynx-js/react-transform": "0.2.0",
60
- "@lynx-js/rspeedy": "0.13.4",
60
+ "@lynx-js/rspeedy": "0.13.5",
61
61
  "@lynx-js/vitest-setup": "0.0.0"
62
62
  },
63
63
  "peerDependencies": {