@utoo/pack-shared 1.4.0-alpha.0 → 1.4.0-alpha.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.
package/cjs/config.d.ts CHANGED
@@ -234,6 +234,7 @@ export interface ConfigComplete {
234
234
  react?: {
235
235
  runtime?: "automatic" | "classic";
236
236
  importSource?: string;
237
+ absoluteSourceFilename?: boolean;
237
238
  };
238
239
  stats?: boolean;
239
240
  swcPlugins?: [string, any][];
package/esm/config.d.ts CHANGED
@@ -234,6 +234,7 @@ export interface ConfigComplete {
234
234
  react?: {
235
235
  runtime?: "automatic" | "classic";
236
236
  importSource?: string;
237
+ absoluteSourceFilename?: boolean;
237
238
  };
238
239
  stats?: boolean;
239
240
  swcPlugins?: [string, any][];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@utoo/pack-shared",
3
- "version": "1.4.0-alpha.0",
3
+ "version": "1.4.0-alpha.1",
4
4
  "main": "cjs/index.js",
5
5
  "module": "esm/index.js",
6
6
  "types": "esm/index.d.ts",