Skip to content

Commit d68af4a

Browse files
authored
Merge pull request #4723 from NativeScript/fatme/fix-snapshot
fix: start webpack in non watch mode for release builds with snapshot
2 parents 88a66ac + 896f959 commit d68af4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/helpers/livesync-command-helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export class LiveSyncCommandHelper implements ILiveSyncCommandHelper {
175175
sdk: this.$options.sdk
176176
});
177177

178-
const buildData = this.$buildDataService.getBuildData(liveSyncInfo.projectDir, platform, { ...this.$options.argv, clean: true, skipWatcher: true });
178+
const buildData = this.$buildDataService.getBuildData(liveSyncInfo.projectDir, platform, { ...this.$options.argv, clean: true, watch: false });
179179

180180
await this.$deployController.deploy({
181181
buildData,

0 commit comments

Comments
 (0)