[vite-plugin-sass] Unexpected token u in JSON at position 0 error
I just migrated my react sass application from webpack to Vite but I haven’t been able to build since the migration took place.
The error below is what I encounter
main.scss
2 Replies
Hi, is the repo public? the only thing I can guess by the error is that you used unnecessary sass plugin, here is the doc for pre-procesors and vite
https://vitejs.dev/guide/features.html#css-pre-processors
Vite
Next Generation Frontend Tooling
Fixed >>Thanks