You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to disable this feature? I have some custom css rules that I interpret in runtime using JS and I would like them to not be merged together...
and some other variants, but the options seemed to be ignored. It might be something with vite though, so I will try to reproduce the options passing problem separately using css rules merge as a test.
Activity
chore: pull in v0.13.13 from upstream (#10)
kskalski commentedon Dec 10, 2021
Is there a way to disable this feature? I have some custom css rules that I interpret in runtime using JS and I would like them to not be merged together...
evanw commentedon Dec 10, 2021
You can disable
--minify-syntax
if you don’t want syntax minification. Docs are here: https://esbuild.github.io/api/#minify.kskalski commentedon Dec 10, 2021
Ah, ok, I tried that in my
vite.config.js
by usingand some other variants, but the options seemed to be ignored. It might be something with vite though, so I will try to reproduce the options passing problem separately using css rules merge as a test.