Skip to content

Commit

Permalink
Revert "fix: Remove TailwindCSS plugin from Vite configuration"
Browse files Browse the repository at this point in the history
This reverts commit e75274b.
  • Loading branch information
itxshakil committed Jan 24, 2025
1 parent 1350e11 commit 7a61e00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion stubs/inertia-vue/vite.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
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 @@ -15,6 +16,7 @@ export default defineConfig({
includeAbsolute: false,
},
},
})
}),
tailwindcss(),
],
});

0 comments on commit 7a61e00

Please sign in to comment.