-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(serve): validate cordova-build options to provide defaults
Using `validateBuilderOptions()` is key--it fills in default values from the `schema.json` file. In this case, the new `cordovaAssets` option in the cordova-build Builder defaults to `true`, but if cordova-serve uses it without validating the options, the default is lost, resulting in "cordova not available" issues. fixes ionic-team/ionic-cli#3720
- Loading branch information
Showing
1 changed file
with
17 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters