[Vuejs]-Vue js npm run build error in bundle.css Conflict: Multiple chunks emit assets to the same filename bundle.css (chunks app and chunk-f33d301e)

0👍

Try renaming the chunkFilename to e.g. just "bundle", because otherwise, the extracted CSS file and the chunkFile have the same file name.

Leave a comment