@utoo/pack 1.0.2 → 1.0.4

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/cjs/types.d.ts CHANGED
@@ -143,6 +143,7 @@ export interface ConfigComplete {
143
143
  };
144
144
  concatenateModules?: boolean;
145
145
  removeUnusedExports?: boolean;
146
+ nestedAsyncChunking?: boolean;
146
147
  };
147
148
  styles?: {
148
149
  less?: {
package/esm/types.d.ts CHANGED
@@ -143,6 +143,7 @@ export interface ConfigComplete {
143
143
  };
144
144
  concatenateModules?: boolean;
145
145
  removeUnusedExports?: boolean;
146
+ nestedAsyncChunking?: boolean;
146
147
  };
147
148
  styles?: {
148
149
  less?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@utoo/pack",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "main": "cjs/index.js",
5
5
  "module": "esm/index.js",
6
6
  "exports": {
@@ -85,12 +85,12 @@
85
85
  },
86
86
  "repository": "git@github.com:utooland/utoo.git",
87
87
  "optionalDependencies": {
88
- "@utoo/pack-darwin-arm64": "1.0.2",
89
- "@utoo/pack-darwin-x64": "1.0.2",
90
- "@utoo/pack-linux-arm64-gnu": "1.0.2",
91
- "@utoo/pack-linux-arm64-musl": "1.0.2",
92
- "@utoo/pack-linux-x64-gnu": "1.0.2",
93
- "@utoo/pack-linux-x64-musl": "1.0.2",
94
- "@utoo/pack-win32-x64-msvc": "1.0.2"
88
+ "@utoo/pack-darwin-arm64": "1.0.4",
89
+ "@utoo/pack-darwin-x64": "1.0.4",
90
+ "@utoo/pack-linux-arm64-gnu": "1.0.4",
91
+ "@utoo/pack-linux-arm64-musl": "1.0.4",
92
+ "@utoo/pack-linux-x64-gnu": "1.0.4",
93
+ "@utoo/pack-linux-x64-musl": "1.0.4",
94
+ "@utoo/pack-win32-x64-msvc": "1.0.4"
95
95
  }
96
96
  }