chore(NA): do not include fs within a storybook build (#93294) (#93327)

Co-authored-by: Tiago Costa <tiagoffcc@hotmail.com>
This commit is contained in:
Kibana Machine 2021-03-02 19:19:07 -05:00 committed by GitHub
parent fdab5bfc12
commit b6aa39cff9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,9 @@ export const defaultConfig: StorybookConfig = {
config.parallelism = 4;
config.cache = true;
}
config.node = { fs: 'empty' };
return config;
},
};