Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Jul 27, 2022
1 parent bf98ade commit 2e1fbf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/src/generators/SVELTE/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2e1fbf6

Please sign in to comment.