On Thu Nov 27 2014 at 11:44:52 AM Andrew Grieve <[email protected]>
wrote:
>
> Likely clobbers won't work for this since most modules access exec() via a
> require(). You can actually swap out the module though, using:
>
> define.remove('cordova/exec')
> define('cordova/exec', function(...))
>
> and use <runs/> to make it run before symbols are mapped.
>
>
>
I have no idea how this would work. Do we have any plugins that use <runs
/> currently? I've never seen this used. This is the last piece that's
blocking this from actually being done.