mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2025-12-12 22:06:18 +00:00
icon minification
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import adapter from "@sveltejs/adapter-static"
|
||||
import preprocess from "svelte-preprocess"
|
||||
import autoprefixer from "autoprefixer"
|
||||
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = {
|
||||
preprocess: [preprocess()],
|
||||
preprocess: [preprocess({postcss: {plugins: autoprefixer()}})],
|
||||
kit: {
|
||||
adapter: adapter(),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user