Replies: 2 comments
-
I can't seem to get this to generate any css source maps at all. build: {
//...
sourcemap: true,
css: {
devSourcemap: true,
preprocessorOptions: {
less: {
sourceMap: true,
},
},
}, with less installed. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Leaving here a comment that we should wait to stabilize this option. We're working on a new API surface that includes a new Instead of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
css.devSourcemap
Starting a discussion to gather feedback about this feature, so we can move it out of experimental in a future version of Vite. We should also discuss its default value too.
Beta Was this translation helpful? Give feedback.
All reactions