HELP How to output (compiled/unhashed/unminified) style.css file for inspection? #3278
-
Hi! I'm using I see Vite outputs What's the best way to set this up (e.g. Hope to hear back Sincerely |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
I suppose a simpler question here is how does one generate a compiled |
Beta Was this translation helpful? Give feedback.
-
Will output unhashed assets:
This is useful if you want to inspect your compiled CSS file Hope this helps! Regards |
Beta Was this translation helpful? Give feedback.
-
Hi @yyx990803, This was a very time consuming problem for a Vite beginner, like myself, to solve I think the guide should contain more about how the CSS is bundled (e.g. Rollup and other Node processes, PostCSS) If you agree this is a common task then please consider adding something to docs/guide Happy to start a PR Sincerely |
Beta Was this translation helpful? Give feedback.
-
// vite.config.js
|
Beta Was this translation helpful? Give feedback.
Will output unhashed assets:
This is useful if you want to inspect your compiled CSS file
Hope this helps!
Regards