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 580699a commit b73bc3dCopy full SHA for b73bc3d
apps/vanguard-client-desktop/vite.config.ts
@@ -4,7 +4,7 @@ import electron from 'vite-plugin-electron/simple'
4
import react from '@vitejs/plugin-react'
5
import svgr from "vite-plugin-svgr";
6
import tailwindcss from "tailwindcss";
7
-import * as autoprefixer from 'autoprefixer';
+import autoprefixer from 'autoprefixer';
8
9
// https://vitejs.dev/config/
10
export default defineConfig({
@@ -24,7 +24,7 @@ export default defineConfig({
24
postcss: {
25
plugins: [
26
tailwindcss,
27
- autoprefixer({}) as any,
+ // autoprefixer({}) as any,
28
],
29
},
30
0 commit comments