How to enable SASS sourcemaps in dev mode? PostCSS problem #16454
Unanswered
chupzzz
asked this question in
CLI - PWA mode
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone. I don't know about your workflow, but I can't work without SASS sourcemaps in my VUE projects.
When I was used Vue + Vite + Quasar (as a plugin) - SASS sourcemaps worked just fine.
Now I'm trying to use Quasar CLI + Vite and it is a big trouble to enable sourcemaps.
I've enabled devSourcemap in quasar.config.js:
It helps for pure .sass files (app.sass, quasar.variables.sass, etc.) but don't do the job for my components SASS.
Seems like I found a problem, but can't find solution:
Can anyone help me to disable PostCss in Quasar, please?
Beta Was this translation helpful? Give feedback.
All reactions