@lynx-js/external-bundle-rsbuild-plugin-canary 0.0.1-canary-20251226-baaf6f44 → 0.0.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -8
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lynx-js/external-bundle-rsbuild-plugin
2
2
 
3
- ## 0.0.1-canary-20251226141052-baaf6f44d04338cd0417f9ab65250806aea52668
3
+ ## 0.0.1
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,8 +8,8 @@
8
8
 
9
9
  ```ts
10
10
  // lynx.config.ts
11
- import { pluginExternalBundle } from "@lynx-js/external-bundle-rsbuild-plugin";
12
- import { pluginReactLynx } from "@lynx-js/react-rsbuild-plugin";
11
+ import { pluginExternalBundle } from '@lynx-js/external-bundle-rsbuild-plugin'
12
+ import { pluginReactLynx } from '@lynx-js/react-rsbuild-plugin'
13
13
 
14
14
  export default {
15
15
  plugins: [
@@ -17,15 +17,15 @@
17
17
  pluginExternalBundle({
18
18
  externals: {
19
19
  lodash: {
20
- url: "http://lodash.lynx.bundle",
21
- background: { sectionPath: "background" },
22
- mainThread: { sectionPath: "mainThread" },
20
+ url: 'http://lodash.lynx.bundle',
21
+ background: { sectionPath: 'background' },
22
+ mainThread: { sectionPath: 'mainThread' },
23
23
  },
24
24
  },
25
25
  }),
26
26
  ],
27
- };
27
+ }
28
28
  ```
29
29
 
30
30
  - Updated dependencies [[`491c5ef`](https://github.com/lynx-family/lynx-stack/commit/491c5efac23e3c99914fb9270d0476aa5c0207f9)]:
31
- - @lynx-js/externals-loading-webpack-plugin@0.0.2-canary-20251226141052-baaf6f44d04338cd0417f9ab65250806aea52668
31
+ - @lynx-js/externals-loading-webpack-plugin@0.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/external-bundle-rsbuild-plugin-canary",
3
- "version": "0.0.1-canary-20251226-baaf6f44",
3
+ "version": "0.0.1",
4
4
  "description": "A rsbuild plugin for loading lynx external bundles.",
5
5
  "keywords": [
6
6
  "rsbuild",
@@ -34,7 +34,7 @@
34
34
  "README.md"
35
35
  ],
36
36
  "dependencies": {
37
- "@lynx-js/externals-loading-webpack-plugin": "npm:@lynx-js/externals-loading-webpack-plugin-canary@0.0.2-canary-20251226-baaf6f44"
37
+ "@lynx-js/externals-loading-webpack-plugin": "npm:@lynx-js/externals-loading-webpack-plugin-canary@0.0.2"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@microsoft/api-extractor": "7.55.2",