1、Module not found: Error: a dependency to an entry point is not allowed.
原因以及解决办法:在一个jsp页面引入的多个js文件中,有依赖同一个js文件。例如:A.jsp里引入了B.js和C.js,B.js和C.js文件中都有“require("./D.js");”,只要去掉其中一个“require("./D.js");”就可以了。
持续不断更新中......
1、Module not found: Error: a dependency to an entry point is not allowed.
原因以及解决办法:在一个jsp页面引入的多个js文件中,有依赖同一个js文件。例如:A.jsp里引入了B.js和C.js,B.js和C.js文件中都有“require("./D.js");”,只要去掉其中一个“require("./D.js");”就可以了。
持续不断更新中......