From 364888976c949f667016da49b056e7a8345c7f8b Mon Sep 17 00:00:00 2001 From: Adam Rackis Date: Tue, 31 Jan 2023 11:11:22 -0600 Subject: [PATCH] Revert "test Vercel adapter external field" This reverts commit 530409ea63e8096fb53eefd401ad86132147d4bd. --- svelte-kit/svelte.config.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/svelte-kit/svelte.config.js b/svelte-kit/svelte.config.js index c24ba7746..d108442a4 100644 --- a/svelte-kit/svelte.config.js +++ b/svelte-kit/svelte.config.js @@ -3,12 +3,13 @@ import preprocess from "svelte-preprocess"; /** @type {import('@sveltejs/kit').Config} */ const config = { - // Consult https://github.com/sveltejs/svelte-preprocess for more information about preprocessors + // Consult https://github.com/sveltejs/svelte-preprocess + // for more information about preprocessors preprocess: preprocess(), kit: { adapter: adapter({ - external: ["@aws-sdk/client-lambda"] + external: [] }), alias: { $styles: "src/styles",