diff --git a/src/createRollupConfig.ts b/src/createRollupConfig.ts index eedc7dd5b..f61f827ad 100644 --- a/src/createRollupConfig.ts +++ b/src/createRollupConfig.ts @@ -154,6 +154,8 @@ export async function createRollupConfig( '**/*.test.ts', '**/*.spec.tsx', '**/*.test.tsx', + // storybook files + '**/*.stories.tsx', // TS defaults below 'node_modules', 'bower_components',