@lynx-js/externals-loading-webpack-plugin-canary 0.0.1-canary-20251222-c5da3b2e → 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 +7 -7
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lynx-js/externals-loading-webpack-plugin
2
2
 
3
- ## 0.0.1-canary-20251222040638-c5da3b2e8ffc0298bebb8014a84e7809bcf43ffd
3
+ ## 0.0.1
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,18 +8,18 @@
8
8
 
9
9
  ```js
10
10
  // webpack.config.js
11
- import { ExternalsLoadingPlugin } from "@lynx-js/externals-loading-webpack-plugin";
11
+ import { ExternalsLoadingPlugin } from '@lynx-js/externals-loading-webpack-plugin';
12
12
 
13
13
  export default {
14
14
  plugins: [
15
15
  new ExternalsLoadingPlugin({
16
- mainThreadLayer: "main-thread",
17
- backgroundLayer: "background",
16
+ mainThreadLayer: 'main-thread',
17
+ backgroundLayer: 'background',
18
18
  externals: {
19
19
  lodash: {
20
- url: "http://lodash.lynx.bundle",
21
- background: { sectionPath: "background" },
22
- mainThread: { sectionPath: "main-thread" },
20
+ url: 'http://lodash.lynx.bundle',
21
+ background: { sectionPath: 'background' },
22
+ mainThread: { sectionPath: 'main-thread' },
23
23
  },
24
24
  },
25
25
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/externals-loading-webpack-plugin-canary",
3
- "version": "0.0.1-canary-20251222-c5da3b2e",
3
+ "version": "0.0.1",
4
4
  "description": "A webpack plugin to load lynx external bundles.",
5
5
  "keywords": [
6
6
  "webpack",