From 2e1fbf6451ecc119a39791cdcf49331fcb5b8823 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Wed, 27 Jul 2022 10:54:18 -0700 Subject: [PATCH] Update index.ts --- lib/cli/src/generators/SVELTE/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/src/generators/SVELTE/index.ts b/lib/cli/src/generators/SVELTE/index.ts index a5b5c9c0879e..5dfbde2257df 100644 --- a/lib/cli/src/generators/SVELTE/index.ts +++ b/lib/cli/src/generators/SVELTE/index.ts @@ -34,7 +34,7 @@ const generator: Generator = async (packageManager, npmOptions, options) => { } await baseGenerator(packageManager, npmOptions, options, 'svelte', { - extraPackages: ['svelte', 'svelte-loader'], + extraPackages: ['svelte'], extensions: ['js', 'jsx', 'ts', 'tsx', 'svelte'], extraMain, commonJs,