@forge/bundler
7.1.07.1.1-next.0
out/types.d.ts~
out/types.d.tsModified+1
Index: package/out/types.d.ts
===================================================================
--- package/out/types.d.ts
+++ package/out/types.d.ts
@@ -30,8 +30,9 @@
entryPoints: EntryPoint[];
watchMode?: BundlerWatchMode;
i18nConfig?: Translations;
i18nResourceBundle?: I18nResourceBundle;
+ inspect?: boolean;
};
export type BundlerWatchArgs = BundlerArgs & Required<Pick<BundlerArgs, 'watchMode'>> & {
successMessage: string;
};