Skip to content

Commit

Permalink
remove @storybook/addon-svelte-csf for now
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Jul 14, 2022
1 parent 7666b1a commit 5ecf339
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cli/src/generators/SVELTE/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { baseGenerator, Generator } from '../baseGenerator';

const generator: Generator = async (packageManager, npmOptions, options) => {
await baseGenerator(packageManager, npmOptions, options, 'svelte', {
extraPackages: ['@storybook/addon-svelte-csf'],
extensions: ['js', 'jsx', 'ts', 'tsx', 'svelte'],
commonJs: true,
});
Expand Down

0 comments on commit 5ecf339

Please sign in to comment.