We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.0.8
github.com
windows11 node v20.10.0 npm v10.3.0
npm install
npm run build
ERROR: Conflict: Multiple assets emit different content to the same filename index.html
我希望禁掉vue-cli默认的HtmlWebpackPlugin,然后自己通过configureWebpack的plugin,进行new HtmlWebpackPlugin的自定义化。
不希望chainWebpack的方式来修改HtmlWebpackPlugin配置。只想通过configureWebpack来配置
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
5.0.8
Reproduction link
github.com
Environment info
Steps to reproduce
npm install
npm run build
ERROR: Conflict: Multiple assets emit different content to the same filename index.html
What is expected?
我希望禁掉vue-cli默认的HtmlWebpackPlugin,然后自己通过configureWebpack的plugin,进行new HtmlWebpackPlugin的自定义化。
不希望chainWebpack的方式来修改HtmlWebpackPlugin配置。只想通过configureWebpack来配置
What is actually happening?
ERROR: Conflict: Multiple assets emit different content to the same filename index.html
The text was updated successfully, but these errors were encountered: