vuetify-loader
vuetify-loader copied to clipboard
📦 Webpack and Vite plugins for treeshaking Vuetify components and more
Reopening issue https://github.com/vuetifyjs/vuetify-loader/issues/249 as the issue is still unresolved - styles fallback timeout hit issue. Installed vite-plugin-vuetify to latest. Reproduction link: https://stackblitz.com/github/TechAkayy/styles-expose?file=src%2Fmain.js  Thanks in advance.
(as discussed Kael on Discord) https://github.com/glen-84/vuetify-loader-issue If you try to forward the configured Vuetify Sass module with something like: **main.scss** ```scss @forward "vuetify/styles" with ( $body-font-family: "monospace" ); ``` **app.vue**...
Use of lists within a map is slightly tricky syntax-wise and it'd be helpful to have an easy example of a common use-case e.g. font-family for a multi-valued attribute so...
Environment Vuetify Version: "3.0.0-beta.4" Nuxt Version: "3.0.0-rc.4" vite-plugin-vuetify: "1.0.0-alpha.12" Browsers: Chrome 102.0.0.0 OS: MacOS 12.3.1 Desc Styles loading is incredibly long and it throws errors with styles: 'expose' vuetify({ styles:...
I've made `import vuetify from 'vite-plugin-vuetify';` in code example because it's not obvious. It seems like I have to import this `vuetify` from `plugins/vuetify.js`.
Hi, after updating this plugin from `@vuetify/[email protected]` to `[email protected]`, it throws error message when starting Nuxt. ``` ERROR Cannot start nuxt: Vuetify plugin must be loaded after the vue plugin...
### Problem to solve Adding this feature request based on @KaelWD's advise on discord (https://discord.com/channels/340160225338195969/660898563139567625/927090271068491856) about having vuetify vite plugin to automatically support 'transformAssetUrls'. Current workaround is to define 'transformAssetUrls'...
The custom match function has been VERY convenient, as we no longer need to import any of our components. I was wondering if there was any way to do the...
**Environment** - vue-cli: 5.0.x - vue-loader: 1.7.x - sass: ~1.32.0 - sass-loader: ^8.0.0 **Steps to reproduce** 1. Create a vue 2 project with vue-cli 5.0.x and add Vuetify 2. All...
Hi everyone, I made a simple "shadowMode" option to use the loader when building web-components with the official vue component wrapper. It wasn't working because all vue files have '?shadow'...