mrt bundle bundle.tgz
Errors prevented bundling:
Exception while bundling application:
RangeError: Maximum call stack size exceeded
我的应用在开发模式下运行良好。我也一直在捆绑和部署罚款数月。 2天前我开始收到此错误消息。我在任何地方都没有看到任何javascript错误。当我试图捆绑时,我得到了这个。
我该如何调试?
编辑:我设法通过在vcs中回滚来解决这个问题,但是仍然想要一些关于使用meteor进行调试的提示。