How to disable minify in build ? #14320
Unanswered
issam-seghir
asked this question in
Q&A
Replies: 2 comments 7 replies
-
Did you figure it out? |
Beta Was this translation helpful? Give feedback.
6 replies
-
The properties you're using (cssMinify and minify) are not correct for this purpose. To disable minification, you should set the minify property to false correctly, and terserOptions should be used for additional configurations. Here's an updated version of your vite.config
In this configuration:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can't seem to figure out how can i disable minify in build (vite build)
i want to watch changes when convert sass file to css file
this is my config file :
Beta Was this translation helpful? Give feedback.
All reactions