Skip to content

Commit

Permalink
Update tailwind and purgecss
Browse files Browse the repository at this point in the history
  • Loading branch information
MrVauxs committed Apr 12, 2024
1 parent 0a26b42 commit 596bdf2
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 51 deletions.
176 changes: 129 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
"svelte-check": "^3.6.8",
"svelte-preprocess": "^5.1.1",
"sveltekit-search-params": "^2.1.2",
"tailwindcss": "3.4.1",
"tailwindcss": "^3.4.3",
"terser": "^5.29.2",
"tslib": "^2.4.1",
"typescript": "^5.4.2",
"vite": "^5.2.7",
"vite-plugin-tailwind-purgecss": "0.2.0",
"vite-plugin-tailwind-purgecss": "^0.3.0",
"zod": "^3.22.4"
},
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineConfig, splitVendorChunkPlugin } from 'vite';
import { defineConfig } from 'vite';
import { sveltekit } from '@sveltejs/kit/vite';
import { purgeCss } from 'vite-plugin-tailwind-purgecss';

Expand Down Expand Up @@ -30,5 +30,5 @@ export default defineConfig({
minify: !process.env.TAURI_DEBUG ? 'terser' : false,
sourcemap: true,
},
plugins: [sveltekit(), purgeCss(), splitVendorChunkPlugin()],
plugins: [sveltekit(), purgeCss()],
});

0 comments on commit 596bdf2

Please sign in to comment.