@utoo/pack-shared 1.4.8-alpha.4 → 1.4.9-rc.0
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 +1 -0
- package/esm/config.d.ts +1 -0
- package/package.json +1 -1
package/cjs/config.d.ts
CHANGED
|
@@ -172,6 +172,7 @@ export interface ConfigComplete {
|
|
|
172
172
|
from: string;
|
|
173
173
|
to?: string;
|
|
174
174
|
} | string>;
|
|
175
|
+
/** URL prefix for chunks/assets. Use "runtime" for globalThis.publicPath or "auto" for current-script inference. */
|
|
175
176
|
publicPath?: string;
|
|
176
177
|
crossOriginLoading?: false | "anonymous" | "use-credentials";
|
|
177
178
|
chunkLoadingGlobal?: string;
|
package/esm/config.d.ts
CHANGED
|
@@ -172,6 +172,7 @@ export interface ConfigComplete {
|
|
|
172
172
|
from: string;
|
|
173
173
|
to?: string;
|
|
174
174
|
} | string>;
|
|
175
|
+
/** URL prefix for chunks/assets. Use "runtime" for globalThis.publicPath or "auto" for current-script inference. */
|
|
175
176
|
publicPath?: string;
|
|
176
177
|
crossOriginLoading?: false | "anonymous" | "use-credentials";
|
|
177
178
|
chunkLoadingGlobal?: string;
|