Skip to content

Commit

Permalink
chore(NA): do not include fs within a storybook build
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 2, 2021
1 parent 3f5473e commit 0dcc4a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/kbn-storybook/lib/default_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ export const defaultConfig: StorybookConfig = {
config.parallelism = 4;
config.cache = true;
}

config.node = { fs: 'empty' };

return config;
},
};

0 comments on commit 0dcc4a2

Please sign in to comment.