vuetify-loader icon indicating copy to clipboard operation
vuetify-loader copied to clipboard

📦 Webpack and Vite plugins for treeshaking Vuetify components and more

Results 29 vuetify-loader issues
Sort by recently updated
recently updated
newest added

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")...

enhancement

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...

enhancement

```ts type Kind = 'component' | 'directive' type Replace = { symbol: string, from: string, as?: string } /** * true | null: fall back to the default matcher *...

enhancement

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: {...

need reproduction

@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...

bug
help wanted

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...

enhancement

### 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: > ![image](https://user-images.githubusercontent.com/99626969/199882126-193838e3-91de-493f-b8c8-923468c2fcc0.png) **But this doesn't happen everytime.** Sometimes I get no...

need reproduction

### 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...

S: triage