错误:html-webpack-plugin 无法缩小生成的输出

utk*_*ngh 2 heroku node.js reactjs webpack html-webpack-plugin

在部署到 heroku 时,我收到以下错误。我无法解决它,因为我对 html-webpack-plugin 一无所知。请帮助。我的代码-https://github.com/utkarsh-cmd/Shop_INN

Creating an optimized production build...
    remote:        Failed to compile.
    remote:
    remote:        Error: html-webpack-plugin could not minify the generated output.
    remote:          In production mode the html minifcation is enabled by default.
    remote:          If you are not generating a valid html output please disable it manually.
    remote:          You can do so by adding the following setting to your HtmlWebpackPlugin config  :
    remote:          |
    remote:          |    minify: false
    remote:          |
Run Code Online (Sandbox Code Playgroud)

小智 6

这可能是由于index.html(公共文件夹内)中的语法错误而发生的。例如:index.html 中缺少标签