I assume that the correct response should be to recompile the sencha js excluding charts if I'm not using it, but unfortunately any call to sencha command line results in an error with the new sdk
Code:
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
ReferenceError: document is not defined
at C:\Projects\Agendaman\AgendaManagerMobile\sdk\src\core\class\Loader.js:1299:19
at Object.<anonymous> (C:\Projects\Agendaman\AgendaManagerMobile\sdk\src\core\class\Loader.js:1323:2)
at Module._compile (module.js:441:26)
at Object..js (module.js:459:10)
at Module.load (module.js:348:31)
at Function._load (module.js:308:12)
at Module.require (module.js:354:17)
at require (module.js:370:17)
at C:\Projects\Agendaman\AgendaManagerMobile\sdk\command\sencha.js:40:9
at Array.forEach (native)