Polyfills-legacy-[hash].js don't generate sourcemap when set build.sourcemap with true #14617
Closed
7 tasks done
Labels
feat: sourcemap
Sourcemap support
p3-minor-bug
An edge case that only affects very specific usage (priority)
plugin: legacy
Describe the bug
I use vite3/4 to build my vue application and use plugin-legacy, but when I set build.sourcemap to true, the polyfill-legacy-[hash].js chunk does not generate the corresponding sourcemap file.I expect it to be generated together.
I had read
Reproduction
https://stackblitz.com/edit/vitejs-vite-yyblz6?file=package.json
Steps to reproduce
npm i
npm run build
System Info
Used Package Manager
npm
Logs
Validations
The text was updated successfully, but these errors were encountered: