@utoo/pack 0.0.1-alpha.35 → 0.0.1-alpha.36

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
@@ -137,6 +137,7 @@ export interface ConfigComplete {
137
137
  removeConsole?: boolean | {
138
138
  exclude?: string[];
139
139
  };
140
+ concatenateModules?: boolean;
140
141
  };
141
142
  styles?: {
142
143
  less?: {
package/esm/types.d.ts CHANGED
@@ -137,6 +137,7 @@ export interface ConfigComplete {
137
137
  removeConsole?: boolean | {
138
138
  exclude?: string[];
139
139
  };
140
+ concatenateModules?: boolean;
140
141
  };
141
142
  styles?: {
142
143
  less?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@utoo/pack",
3
- "version": "0.0.1-alpha.35",
3
+ "version": "0.0.1-alpha.36",
4
4
  "main": "cjs/index.js",
5
5
  "module": "esm/index.js",
6
6
  "exports": {
@@ -84,12 +84,12 @@
84
84
  },
85
85
  "repository": "git@github.com:umijs/mako.git",
86
86
  "optionalDependencies": {
87
- "@utoo/pack-darwin-arm64": "0.0.1-alpha.35",
88
- "@utoo/pack-darwin-x64": "0.0.1-alpha.35",
89
- "@utoo/pack-linux-arm64-gnu": "0.0.1-alpha.35",
90
- "@utoo/pack-linux-arm64-musl": "0.0.1-alpha.35",
91
- "@utoo/pack-linux-x64-gnu": "0.0.1-alpha.35",
92
- "@utoo/pack-linux-x64-musl": "0.0.1-alpha.35",
93
- "@utoo/pack-win32-x64-msvc": "0.0.1-alpha.35"
87
+ "@utoo/pack-darwin-arm64": "0.0.1-alpha.36",
88
+ "@utoo/pack-darwin-x64": "0.0.1-alpha.36",
89
+ "@utoo/pack-linux-arm64-gnu": "0.0.1-alpha.36",
90
+ "@utoo/pack-linux-arm64-musl": "0.0.1-alpha.36",
91
+ "@utoo/pack-linux-x64-gnu": "0.0.1-alpha.36",
92
+ "@utoo/pack-linux-x64-musl": "0.0.1-alpha.36",
93
+ "@utoo/pack-win32-x64-msvc": "0.0.1-alpha.36"
94
94
  }
95
95
  }