Vue version
3.5.25
Link to minimal reproduction
https://github.com/Sanderovich/vue-3.5.25-custom-elements-sourcemap
Steps to reproduce
- Checkout the minimal reproduction repository.
- Run
npm run dev.
- Inspect the
h1 heading styling.
What is expected?
I expect an inline source map to be in the inlined style-tags, because I enabled source maps in the vite.config.ts.
build: {
sourcemap: 'inline',
},
What is actually happening?
The inlined style-tags do not contain source maps.
System Info
Any additional comments?
No response