vuetify-loader
vuetify-loader copied to clipboard
📦 Webpack and Vite plugins for treeshaking Vuetify components and more
I want to avoid compiling sass/scss styles when building vuetify app. I've tried to use solution from here: https://github.com/vuetifyjs/vuetify-loader/issues/201#issuecomment-915892697 Like so: ```js module.exports = { chainWebpack(config) { config.module .rule("bla-bla") .enforce("pre")...
When using sharp as the service for creating placeholder images, the backgrounds of transparent PNGs are set to black. This looks really weird if a website has a white background...
```ts type Kind = 'component' | 'directive' type Replace = { symbol: string, from: string, as?: string } /** * true | null: fall back to the default matcher *...
Hi, when I work in development mode everything is fine, CSS are injected into the page. But when I build for production with following setting: ```js build: { rollupOptions: {...
@KaelWD I am using Nuxt 3 and integrating vuetify 3. Everything works smoothly but when I add sass variables customization, I get a **WARNING** _Sourcemap for "plugin-vuetify:styles/main.sass" points to missing...
I want to use Vuetify 3 APIs like `useTheme` without manually importing, via [unplugin-auto-import](https://github.com/antfu/unplugin-auto-import). It's a little cumbersome to add Vuetify's APIs to plugin's config in each of my Vuetify...
### Changes This pull request addresses the issue mentioned in #313 by making a specific and focused change to the plugin. The primary modification involves updating the prefix to resolve...
Hello everything is fine? This Pull request has 3 objectives: - Help to better organize the vite plugin (separate responsibilities from roles) - Fix the bug where nuxt couldn't find...
After setting custom sass variable using: https://github.com/vuetifyjs/vuetify-loader/tree/next/packages/vite-plugin#customising-variables If I run `npm run dev`, I get this error in console: >  **But this doesn't happen everytime.** Sometimes I get no...
### 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...