@forge/cli
13.3.013.4.0-next.1-experimental-0b00ed8
out/deploy/packager/runtime-bundler.js~
out/deploy/packager/runtime-bundler.jsModified+2−2
Index: package/out/deploy/packager/runtime-bundler.js
===================================================================
--- package/out/deploy/packager/runtime-bundler.js
+++ package/out/deploy/packager/runtime-bundler.js
@@ -65,10 +65,10 @@
(0, cli_shared_1.listFilesInI18nResourceBundle)(i18nResourceBundle).forEach(([fileName, filePath]) => {
archiver.addFrom(path_1.default.join(i18n_1.I18N_BUNDLE_FOLDER_NAME, fileName), filePath);
});
}
- async bundle(handlers, i18nResourceBundle, packageConfig) {
- const archiver = await this.archiverFactory();
+ async bundle(handlers, i18nResourceBundle, packageConfig, inspect) {
+ const archiver = await this.archiverFactory({ inspect });
const metadata = await this.packageAll(archiver, handlers, packageConfig, i18nResourceBundle);
if (handlers.length === 0) {
this.packageI18nResources(archiver, i18nResourceBundle);
}