We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c07d41 commit 3a04d61Copy full SHA for 3a04d61
vite.config.ts
@@ -1,5 +1,4 @@
1
import vue from '@vitejs/plugin-vue';
2
-import autoprefixer from 'autoprefixer';
3
import laravel from 'laravel-vite-plugin';
4
import path from 'path';
5
//import tailwindcss from 'tailwindcss';
@@ -29,10 +28,5 @@ export default defineConfig({
29
28
'@': path.resolve(__dirname, './resources/js'),
30
'ziggy-js': resolve(__dirname, 'vendor/tightenco/ziggy'),
31
},
32
- },
33
- css: {
34
- postcss: {
35
- plugins: [tailwindcss],
36
37
+ },
38
});
0 commit comments