vuetify-loader
vuetify-loader copied to clipboard
[Bug Report][3.1.12] Can't find stylesheet to import error on windows machine when spaces in path
Environment
Vuetify Version: 3.1.12 Vue Version: 3.2.47 Browsers: Chrome 111.0.0.0 OS: Windows 10
Steps to reproduce
- Make sure you are on window machine
- Make sure path have space (you can name project dir =>
vuetify project) - Run the project via
yarn && yarn dev
Expected Behavior
It should run like normal
Actual Behavior
Throws error saying can't find stylesheet to import
Reproduction Link
Note Clone from
windows-sass-issuebranch
Other comments
This works fine on mac (or maybe linux as well). John will be able to reproduce this as he has windows machine 😇
Upgrading to [email protected] resolved the issue for me