自己绑定在cc全局节点下的东西 build到微信小游戏平台 问题

cc.mm = {};
var GameNetMgr = require(“GameNetMgr”);
cc.vv.gameNetMgr = new GameNetMgr();
cc.vv.gameNetMgr.initHandlers();

这样绑定在cc节点下面的东西 build到微信小游戏的时候 找不到

上面打错了 是 cc.vv = {};