aboutsummaryrefslogtreecommitdiff
path: root/svelte.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'svelte.config.js')
-rw-r--r--svelte.config.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/svelte.config.js b/svelte.config.js
index 94e8aac..056d7f0 100644
--- a/svelte.config.js
+++ b/svelte.config.js
@@ -2,7 +2,7 @@
import adapter from '@sveltejs/adapter-node'
// import adapter from '@sveltejs/adapter-vercel'
import preprocess from 'svelte-preprocess'
-import { minifyHtml } from 'vite-plugin-html'
+// import { createHtmlPlugin } from 'vite-plugin-html'
/** @type {import('@sveltejs/kit').Config} */
const config = {
@@ -28,7 +28,9 @@ const config = {
// https://vitejs.dev/config/
// vite: {
- // plugins: [minifyHtml()],
+ // plugins: [createHtmlPlugin({
+ // minify: true
+ // })],
// build: {
// rollupOptions: {
// external: ['discord-api-types/payloads/v9', 'discord-api-types', 'discord-api-types/v9'],