We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fb4330 + 081fe18 commit 2874b0bCopy full SHA for 2874b0b
1 file changed
lib/options.ts
@@ -279,10 +279,7 @@ export class Options {
279
this.argv.js = true;
280
}
281
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
- }
+ this.argv.bundle = "webpack";
286
287
this.adjustDashedOptions();
288
0 commit comments