@forge/bundler
6.1.23-next.56.1.23-next.6
out/nativeui.d.ts~
out/nativeui.d.tsModified+2−2
Index: package/out/nativeui.d.ts
===================================================================
--- package/out/nativeui.d.ts
+++ package/out/nativeui.d.ts
@@ -1,13 +1,13 @@
import { ResourceDetails } from '@forge/cli-shared';
import { Translations } from '@forge/manifest';
import { BundlerArgs, BundlerMetadata } from './types';
-import { ConfigWithOutput, WebpackBundler } from './webpack';
+import { WebpackBundler, Configs } from './webpack';
export interface NativeUIBundleResult {
nativeUiBundlesDetails: ResourceDetails[];
metadata: BundlerMetadata;
}
export declare class NativeUIBundler extends WebpackBundler {
- getConfig({ entryPoints, i18nConfig }: BundlerArgs): Promise<ConfigWithOutput>;
+ getConfigs({ entryPoints, i18nConfig }: BundlerArgs): Promise<Configs>;
bundleResources(resources: ResourceDetails[], i18nConfig?: Translations): Promise<NativeUIBundleResult>;
}
//# sourceMappingURL=nativeui.d.ts.map
\ No newline at end of file