Reactjs – How to omit .module in a React project (w/ Vite) when importing stylesheets
I have just created a new React project w/ SASS and I wanted to use Vite instead of Webpack. The project I used to previously work on would allow me to have named imports and omit .module from the imports…