Creator 3.8.7
准备发布微信小游戏,构建失败了,报错:
[Assets] [buildScriptCommand]Error: ‘IAction’ is not exported by file:///Users/z/Desktop/xxxx/assets/GScript/battle/ecs/component/Actions.ts, imported by file:///Users/z/Desktop/xxxx/assets/GScript/battle/ecs/battle_ecs.ts
意思是 在 battle_ecs.ts 中 import 的 IAction 没有在 Actions.ts 中进行 export,
而实际上 Actions.ts 中已经导出了
battle_ecs.ts 中的导出:
实际实用
为什么构建时提示这种错误。。。没有用的提示。请官方解释一下。。。


