Skip to content

Commit

Permalink
chore(NA): do not include fs within a storybook build (#93294) (#93327)
Browse files Browse the repository at this point in the history
Co-authored-by: Tiago Costa <tiagoffcc@hotmail.com>
  • Loading branch information
kibanamachine and mistic authored Mar 3, 2021
1 parent fdab5bf commit b6aa39c
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 b6aa39c

Please sign in to comment.