报错:
module.exports增加配置stats: { children: false }即可解决;
module.exports
stats: { children: false }
webpack Entrypoint undefined = index.html
原文:https://www.cnblogs.com/guangzhou11/p/11427354.html