From 13e5974114f759bae73f3bfd68c62ce9cfaf785e Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 20 Feb 2022 21:38:14 -0600 Subject: add more stuff to profile and fix bugs --- svelte.config.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'svelte.config.js') 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'], -- cgit