From 44f60c33e5162f952620c86e794d65409caf4e17 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 21 Feb 2022 22:55:45 -0600 Subject: downgrade sveltekit version new one is broken on cloudflare --- package.json | 4 ++-- svelte.config.js | 4 ---- yarn.lock | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index c524c3c..9d1d9ec 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@sveltejs/adapter-auto": "next", - "@sveltejs/kit": "^1.0.0-next.281", + "@sveltejs/kit": "^1.0.0-next.269", "@types/cookie": "^0.4.1", "@typescript-eslint/eslint-plugin": "^5.10.1", "@typescript-eslint/parser": "^5.10.1", @@ -41,4 +41,4 @@ "skyblock-assets": "^2.0.6" }, "packageManager": "yarn@3.1.1" -} +} \ No newline at end of file diff --git a/svelte.config.js b/svelte.config.js index 812ec21..4811785 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -11,10 +11,6 @@ const config = { // for more information about preprocessors preprocess: preprocess(), - compilerOptions: { - preserveWhitespace: false - }, - kit: { adapter: adapter(), // adapter: adapter({ diff --git a/yarn.lock b/yarn.lock index 0e6d833..f235934 100644 --- a/yarn.lock +++ b/yarn.lock @@ -151,7 +151,7 @@ dependencies: esbuild "^0.14.21" -"@sveltejs/kit@^1.0.0-next.281": +"@sveltejs/kit@^1.0.0-next.269": version "1.0.0-next.281" resolved "https://registry.yarnpkg.com/@sveltejs/kit/-/kit-1.0.0-next.281.tgz#3b4f9146b944ae531e8ff6a973f2a7b78a3f24d2" integrity sha512-IBEqbckzNmLGEFqi+4gG0XxNyQ/koO+OYK2fSjNZvRxLL9W1H4RhMRmEGdZGvPt1opBuqD0ErgdgmHMNO+B8XQ== -- cgit