vuetifyjs / vuetify-loader

📦 Webpack and Vite plugins for treeshaking Vuetify components and more
https://vuetifyjs.com/customization/a-la-carte#vuetify-loader
MIT License
511 stars 91 forks source link

[Bug Report][3.1.12] Can't find stylesheet to import error on windows machine when spaces in path #300

Open jd-solanki opened 1 year ago

jd-solanki commented 1 year ago

Environment

Vuetify Version: 3.1.12 Vue Version: 3.2.47 Browsers: Chrome 111.0.0.0 OS: Windows 10

Steps to reproduce

Expected Behavior

It should run like normal

Actual Behavior

Throws error saying can't find stylesheet to import Capture

Reproduction Link

GitHub repo

Note Clone from windows-sass-issue branch

Other comments

This works fine on mac (or maybe linux as well). John will be able to reproduce this as he has windows machine 😇

Yoduh commented 1 year ago

Upgrading to vite-plugin-vuetify@1.0.2 resolved the issue for me