Intermittent RequireJS Load Error

前端 未结 4 2042
春和景丽
春和景丽 2021-02-02 13:54

I have a rather large Backbone.js project that uses RequireJS. As the project size grew (\"size\" here referring to the number of separate module files), intermittent errors sta

4条回答
  •  礼貌的吻别
    2021-02-02 14:37

    Verify that you have

    • shim configured http://requirejs.org/docs/api.html#config-shim
    • 'waitSeconds' property and
    • http://requirejs.org/docs/errors.html#timeout

    Hope this helps

提交回复
热议问题