vuetify-loader
vuetify-loader copied to clipboard
📦 Webpack and Vite plugins for treeshaking Vuetify components and more
Regarding https://next.vuetifyjs.com/en/features/sass-variables/ `'vuetify' and 'vuetify/settings' are valid and safe to use. ` as a result of SassError: Can't find stylesheet to import. `vuetify/styles` is the only working setup at the...
This PR also includes some `import type` when importing types: using `pathe` instead `upath`. Here the reproductions (can be opened in StackBlitz, links in the corresponding readme files): - Nuxt...
Hey, currently migrating from vue-cli to vite. Is vuetify loader for vite and vuetify 2 even a thing?
This PR includes: - simplify virtual logic: ~~refactor logic to remove any virtual usage: using target mapping from `.css` to `.sass` + writing temporary SASS files when using SASS Variables...
The current pattern assumes that compiled code will have spaces before and after the `=` character even though that isn't a requirement of the language for assignments, so it won't...
when using a manual import vuetify imports the prebuilt css instead of customized sass.
After upgrading to Nuxt version `3.14.159`, I encounter persistent router warnings on a cold start related to the resolution of virtual Sass modules provided by Vuetify. These warnings do not...
Some components styles are not present in when using `vite build`, but they are available when in dev mode (`vite`). ### Example If you use `v-card-title` without `v-card` in a...