Hello, I created my own plugin with npm dependencies. But when I build with Construct3 build, dependencies don't download with build. Besides, if I do cordova project, all is ok. Someone can help me?
this._info.AddCordovaPluginReference(
{
id: "@cleveradssolutions/cas.cordova.plugin",
plugin: this,
variables: [
["ADMOB_ANDROID_APP_ID", androidAppID]
]
});