You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.
add to body class: platform-android
CHCP plugin after prepare hook:
Error: opt.indexOf is not a function
Any ideas? Really cool plugin overall. Managed to build with --release after removing the lines with opt.indexOf and opt.replace in afterPrepareHook.js
The text was updated successfully, but these errors were encountered:
This is because of the new version of Cordova. On the previous version (at least, 5.3.3) it returned options as array of strings: [--release]. Now (v5.4.1) console arguments are an object: { release: true, argv: [] }.
add to body class: platform-android
CHCP plugin after prepare hook:
Error: opt.indexOf is not a function
Any ideas? Really cool plugin overall. Managed to build with --release after removing the lines with opt.indexOf and opt.replace in afterPrepareHook.js
The text was updated successfully, but these errors were encountered: