Replies: 1 comment 1 reply
-
Can you show what the error is and ideally reproduction? |
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
-
Hi. I upgraded my VIte dependency to the latest version (6.0.3) from version 5.4 and since then I have been getting an error when launching my react app. Apparently it has to do with a scss file I'm importing in the vite.config.js file.
css: {
preprocessorOptions: {
scss: {
additionalData:
@import 'src/mixins.scss';
,},
},
},
Did something change in version 6 related to this? I have not found a solution. With Vite version 5.4 it works fine.
Any help would be greatly appreciated. Thanks
Beta Was this translation helpful? Give feedback.
All reactions