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.
1 parent 546608b commit 9001434Copy full SHA for 9001434
generator/templates/src/cordovaLoader.js
@@ -20,6 +20,6 @@ function getCordovaUrl() {
20
const platform = params.reduce((p, kv) => {
21
const split = kv.split('=');
22
return split[0] === '_cp' ? split[1] : p;
23
- }) || 'browser';
+ }, 'browser');
24
return `cordova/${platform}/platform_www/cordova.js`;
25
}
0 commit comments