nuxt-edge (2.0)
I have a big project here that I tried to update from nuxt to nuxt-edge.
When I run nuxt build I see a lot of errors like this:
Conflict: Multiple assets emit to the same filename xxxx.css
No error on nuxt build
Error message
Hi @pSchaub. Thanks for the report. This is likely to be from same content hashes. (which should be resolved on the plugin itself). To make sure, would you please test this config:
build: {
optimization: {
splitChunks: {
name: true
}
}
}
@pi0 Thank you. The workaround works fine.
This bug-report has been cancelled by @manniL.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Hi @pSchaub. Thanks for the report. This is likely to be from same content hashes. (which should be resolved on the plugin itself). To make sure, would you please test this config: