I'm developing a Construct plugin that uses a Cordova plugin.
When Construct exports the project to Cordova, it generates an index.html with:
<script src="cordova.js"></script>
I think the best is to add, following that line, this one:
<script src="cordova-plugins.js"></script>
It's possible that Construct will add that line? Otherwise is very "annoying" to add it every time I regenerate the project.