我正在用 Craco 构建我的应用程序并运行craco build
给我这个输出:
Creating an optimized production build...
Failed to compile.
Error: html-webpack-plugin could not minify the generated output.
In production mode the html minifcation is enabled by default.
If you are not generating a valid html output please disable it manually.
You can do so by adding the following setting to your HtmlWebpackPlugin config:
|
| minify: false
|
See https://github.com/jantimon/html-webpack-plugin#options for details.
For parser dedicated bugs please create an issue here:
https://danielruf.github.io/html-minifier-terser/
Parse Error: <<<<<<< HEAD
此输出是否意味着我的 index.html 无效?