Cordova - Global Exports Missing

Hello all,

Previously I was building for mobile just fine. The dev lead just did a project refactor when he added in Redux, and moved our main app pages into the lib folder when they were previously in a package. I now get Uncaught ReferenceError: Redux is not defined as well as other not defined variables for some of our exported variables from packages when I run on mobile now. When run in the browser, the webapp runs fine. I read the docs on file load order but they don’t really mention when packages are loaded. Why would the packages not be getting loaded first before files in the lib folder? We are using Meteor 1.2.

Thanks,
DFentz