TypeError: Cannot read property ‘_RF’ of undefined
at Object. (file:///Users/xxx/library/bundle.project.js?001:4211:3)
at Object.require.c2runtime._process (file:///Users/xxx/library/bundle.project.js?001:12887:4)
at s (file:///Users/xxx/library/bundle.project.js?001:1:262)
at e (file:///Users/xxx/library/bundle.project.js?001:1:433)
at file:///Users/xxx/library/bundle.project.js?001:1:451
我看了下bundle.project.js代码,是cc没定义,这个是什么情况?cc在哪里声明的,为什么会没定义?
这个在同事的1.4.2版本没问题, 我这边更新代码之后就报错。 用1.5.2的编辑器打开,也是一样的错误.

