We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc345f4 + 93237d9 commit a6a0f5dCopy full SHA for a6a0f5d
lib/constants.ts
@@ -41,7 +41,7 @@ export class LiveSyncTrackActionNames {
41
static DEVICE_INFO = `Device Info for ${liveSyncOperation}`;
42
}
43
44
-export const PackageJsonKeysToKeep: Array<String> = ["name", "main", "android", "version"];
+export const PackageJsonKeysToKeep: Array<String> = ["name", "main", "android", "version", "pluginsData"];
45
46
export class SaveOptions {
47
static PRODUCTION = "save";
0 commit comments