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 438ffbd.
  • Loading branch information
itxshakil committed Jan 24, 2025
1 parent 438ffbd commit dd4e9b4
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 dd4e9b4

Please sign in to comment.