iCH4O
iCH4O
actually I use this [demo](https://reacttraining.com/react-router/web/guides/code-splitting) to code spliting,it seems that the problem is in this demo.My project is so big, I'll try my best to create a test repo.
@RedJue it worked for me,thanks very much. But still have any clue about this infinite fetch.
have the same problem today
已解决,用整个src的文件,目录自己改,config: "paths": { "jquery": "jquery", "artDialog": "artDialog/dialog", "popup": "artDialog/popup", "dialog-config": "artDialog/dialog-config", }, shim: { "artDialog": { deps: ["jquery", "popup", "dialog-config"] } } @codelegant
@codelegant thx
我又使用了gulp-requirejs打包,依旧是报dialog错误
@lcoder 没解决,不用这个插件了,换了jBox,打包成功。 应该是这个插件不支持打包。
@lcoder 3q