@lynx-js/react-rsbuild-plugin-canary 1.0.0-canary-20251204-736b8322 → 1.0.0-canary-20260116-ce265e8f

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.
@@ -3,4 +3,4 @@ function ignoreCssLoader(source) {
3
3
  if (source.includes('___CSS_LOADER_EXPORT___')) return 'export {}';
4
4
  return source;
5
5
  }
6
- export { ignoreCssLoader as default };
6
+ export default ignoreCssLoader;
@@ -2,4 +2,4 @@ function invalidImportErrorLoader() {
2
2
  const { message } = this.getOptions();
3
3
  throw new Error(message);
4
4
  }
5
- export { invalidImportErrorLoader as default };
5
+ export default invalidImportErrorLoader;
@@ -0,0 +1,39 @@
1
+ var __webpack_modules__ = {};
2
+ var __webpack_module_cache__ = {};
3
+ function __webpack_require__(moduleId) {
4
+ var cachedModule = __webpack_module_cache__[moduleId];
5
+ if (void 0 !== cachedModule) return cachedModule.exports;
6
+ var module = __webpack_module_cache__[moduleId] = {
7
+ exports: {}
8
+ };
9
+ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
10
+ return module.exports;
11
+ }
12
+ __webpack_require__.m = __webpack_modules__;
13
+ (()=>{
14
+ __webpack_require__.add = function(modules) {
15
+ Object.assign(__webpack_require__.m, modules);
16
+ };
17
+ })();
18
+ (()=>{
19
+ __webpack_require__.d = (exports, definition)=>{
20
+ for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) Object.defineProperty(exports, key, {
21
+ enumerable: true,
22
+ get: definition[key]
23
+ });
24
+ };
25
+ })();
26
+ (()=>{
27
+ __webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
28
+ })();
29
+ (()=>{
30
+ __webpack_require__.r = (exports)=>{
31
+ if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports, Symbol.toStringTag, {
32
+ value: 'Module'
33
+ });
34
+ Object.defineProperty(exports, '__esModule', {
35
+ value: true
36
+ });
37
+ };
38
+ })();
39
+ export { __webpack_require__ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/react-rsbuild-plugin-canary",
3
- "version": "1.0.0-canary-20251204-736b8322",
3
+ "version": "1.0.0-canary-20260116-ce265e8f",
4
4
  "description": "A rsbuild plugin for ReactLynx",
5
5
  "keywords": [
6
6
  "rsbuild",
@@ -32,32 +32,33 @@
32
32
  "README.md"
33
33
  ],
34
34
  "dependencies": {
35
- "@lynx-js/css-extract-webpack-plugin": "npm:@lynx-js/css-extract-webpack-plugin-canary@0.6.5-canary-20251204-736b8322",
36
- "@lynx-js/react-alias-rsbuild-plugin": "npm:@lynx-js/react-alias-rsbuild-plugin-canary@1.0.0-canary-20251204-736b8322",
35
+ "@lynx-js/css-extract-webpack-plugin": "npm:@lynx-js/css-extract-webpack-plugin-canary@0.7.0",
36
+ "@lynx-js/react-alias-rsbuild-plugin": "npm:@lynx-js/react-alias-rsbuild-plugin-canary@1.0.0-canary-20260116-ce265e8f",
37
37
  "@lynx-js/react-refresh-webpack-plugin": "npm:@lynx-js/react-refresh-webpack-plugin-canary@0.3.4",
38
- "@lynx-js/react-webpack-plugin": "npm:@lynx-js/react-webpack-plugin-canary@0.7.2",
38
+ "@lynx-js/react-webpack-plugin": "npm:@lynx-js/react-webpack-plugin-canary@0.7.3",
39
39
  "@lynx-js/runtime-wrapper-webpack-plugin": "npm:@lynx-js/runtime-wrapper-webpack-plugin-canary@0.1.3",
40
- "@lynx-js/template-webpack-plugin": "npm:@lynx-js/template-webpack-plugin-canary@0.9.2-canary-20251204-736b8322",
40
+ "@lynx-js/template-webpack-plugin": "npm:@lynx-js/template-webpack-plugin-canary@0.10.2-canary-20260116-ce265e8f",
41
41
  "@lynx-js/use-sync-external-store": "npm:@lynx-js/use-sync-external-store-canary@1.5.0",
42
42
  "background-only": "npm:background-only-canary@0.0.1"
43
43
  },
44
44
  "devDependencies": {
45
- "@microsoft/api-extractor": "7.52.15",
46
- "@rollup/plugin-typescript": "^12.1.4",
47
- "@rsbuild/core": "1.6.9",
45
+ "@microsoft/api-extractor": "7.55.2",
46
+ "@rollup/plugin-typescript": "^12.3.0",
47
+ "@rsbuild/core": "1.7.1",
48
48
  "@rsbuild/plugin-sass": "1.4.0",
49
49
  "@rsbuild/plugin-typed-css-modules": "1.1.1",
50
50
  "rsbuild-plugin-arethetypeswrong": "0.1.1",
51
51
  "rsbuild-plugin-publint": "0.3.3",
52
52
  "source-map": "^0.7.6",
53
- "tailwindcss": "^3.4.17",
53
+ "tailwindcss": "^3.4.19",
54
54
  "type-fest": "^5.0.1",
55
- "typia": "9.7.2",
55
+ "typia": "10.1.0",
56
56
  "typia-rspack-plugin": "2.2.2",
57
- "@lynx-js/react": "npm:@lynx-js/react-canary@0.115.0-canary-20251204-736b8322",
58
- "@lynx-js/rspeedy": "npm:@lynx-js/rspeedy-canary@0.12.1-canary-20251204-736b8322",
57
+ "@lynx-js/react": "npm:@lynx-js/react-canary@0.116.0-canary-20260116-ce265e8f",
58
+ "@lynx-js/react-transform": "0.2.0",
59
+ "@lynx-js/rspeedy": "npm:@lynx-js/rspeedy-canary@0.13.1-canary-20260116-ce265e8f",
59
60
  "@lynx-js/vitest-setup": "0.0.0",
60
- "@lynx-js/react-transform": "0.2.0"
61
+ "@lynx-js/config-rsbuild-plugin": "npm:@lynx-js/config-rsbuild-plugin-canary@0.0.1"
61
62
  },
62
63
  "peerDependencies": {
63
64
  "@lynx-js/react": "*"