father
father copied to clipboard
[BUG] 开源版无法正常启动
ERROR Failed to compile with 1 error 下午10:56:19
error
Conflict: Multiple assets emit different content to the same filename index.html
ERROR in Conflict: Multiple assets emit different content to the same filename index.html
webpack compiled with 1 error
目前有两种解决方案,在 public 的目录下将 index.html 换成 ejs 模板引擎,或者将 index.html 移动到 src 目录也可解决 ,初步定位为 webpack5 V1 的 changelog 将 Multiple assets emit different content to the same filename 从 warning 提升为 error 导致无法启动调试服务以及打包