npm package diff
Package: @forge/manifest
Versions: 8.9.0-next.7-experimental-f55f6f2 - 8.9.0-next.8
File: package/out/schema/basic-manifest.d.ts
Index: package/out/schema/basic-manifest.d.ts
===================================================================
--- package/out/schema/basic-manifest.d.ts
+++ package/out/schema/basic-manifest.d.ts
@@ -244,8 +244,12 @@
* Options for packaging the Forge app.
*/
export interface Package {
/**
+ * Bundler to use for packaging the runtime code.
+ */
+ bundler?: 'webpack' | 'typescript';
+ /**
* A list of files to include in the Forge app package.
*/
extraFiles?: string[];
}