#Scss and @use from node_modules doesn't correctly import fonts and images
1 messages · Page 1 of 1 (latest)
The color is changed correctly but react-widgets.scss has some fonts and images and their paths are wrong and won't load correctly
I will get this error in console:
GET http://localhost:3000/fonts/rw-widgets.woff?v=4.1.0 404 (Not Found)
The path should be something like:
GET http://localhost:3000/node_modules/react-widgets/dist/fonts/rw-widgets.woff?v=4.1.0
Is there some option that i'm missing in vite config?