diff --git a/lib/options.ts b/lib/options.ts index 9dd4d1fc9c..2f2e4dcfe1 100644 --- a/lib/options.ts +++ b/lib/options.ts @@ -279,10 +279,7 @@ export class Options { this.argv.js = true; } - // Default to "nativescript-dev-webpack" if only `--bundle` is passed - if (this.argv.bundle !== undefined || this.argv.hmr) { - this.argv.bundle = this.argv.bundle || "webpack"; - } + this.argv.bundle = "webpack"; this.adjustDashedOptions(); }