Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Commit 411aee8

Browse files
author
Dimitar Kerezov
committed
Change default
1 parent a08e268 commit 411aee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export class OptionsBase {
189189

190190
// Default to "nativescript-dev-webpack" if only `--bundle` is passed
191191
if (this.argv.bundle !== undefined) {
192-
this.argv.bundle = this.argv.bundle || "nativescript-dev-webpack";
192+
this.argv.bundle = this.argv.bundle || "webpack";
193193
}
194194

195195
this.adjustDashedOptions();

0 commit comments

Comments
 (0)