Angular 12 中的 ng build --prod 索引 html 生成失败

问题描述

Angular 10 项目升级到 Angular 12。但是现在在运行生产构建时,它给出了错误

索引 HTML 生成失败。
未定义:6:720366 缺少 '}'

ng build --configuration production --aot

enter image description here

无法找到实际错误。

index.html的内容

<!doctype html>
<html lang="en">

<head>
    <title>Quiz - Admin</title>
    <base href="/">
    <meta charset="utf-8">
</head>

<body>

<app></app>

</body>

</html>

虽然在本地运行服务器没有出现任何错误,即使ng build已成功完成

ng s

请在此处检查构建管道:https://github.com/anuj9196/quiz-app/runs/2589355739?check_suite_focus=true#step:7:56

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)