Skip to content

Commit 2874b0b

Browse files
authored
Merge pull request #4634 from NativeScript/fatme/set-bundle-options
fix: set bundle option to webpack
2 parents 8fb4330 + 081fe18 commit 2874b0b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/options.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -279,10 +279,7 @@ export class Options {
279279
this.argv.js = true;
280280
}
281281

282-
// Default to "nativescript-dev-webpack" if only `--bundle` is passed
283-
if (this.argv.bundle !== undefined || this.argv.hmr) {
284-
this.argv.bundle = this.argv.bundle || "webpack";
285-
}
282+
this.argv.bundle = "webpack";
286283

287284
this.adjustDashedOptions();
288285
}

0 commit comments

Comments
 (0)