Skip to content

Commit

Permalink
fix: Remove TailwindCSS plugin from Vite configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Shakil Alam <[email protected]>
  • Loading branch information
itxshakil committed Jan 24, 2025
1 parent 4103c80 commit e75274b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions stubs/inertia-vue/vite.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { defineConfig } from 'vite';
import laravel from 'laravel-vite-plugin';
import vue from '@vitejs/plugin-vue';
import tailwindcss from '@tailwindcss/vite';

export default defineConfig({
plugins: [
Expand All @@ -16,7 +15,6 @@ export default defineConfig({
includeAbsolute: false,
},
},
}),
tailwindcss(),
})
],
});

0 comments on commit e75274b

Please sign in to comment.