bump every package, remove postcss

This commit is contained in:
Alphons Joseph
2025-03-11 19:53:56 +08:00
parent 5cd0f47fe5
commit 75e687f934
5 changed files with 53 additions and 52 deletions
+3
View File
@@ -1,6 +1,8 @@
import { defineConfig } from 'vite';
import { join, resolve } from 'path';
import tailwindcss from '@tailwindcss/vite'
import { updateManifestPlugin } from './lib/patchPackage';
import { base64Loader } from './lib/base64loader';
import type { BuildTarget } from './lib/types';
@@ -30,6 +32,7 @@ export default defineConfig(({ command }) => ({
plugins: [
base64Loader,
react(),
tailwindcss(),
svelte({
emitCss: false
}),