Browse Source

Merge pull request #1741 from givanse/fs-empty

fix: yarn storybook
gre-patch-1
Gaëtan Renaudeau 6 years ago
committed by GitHub
parent
commit
fdb31ef7c4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .storybook/webpack.config.js

3
.storybook/webpack.config.js

@ -10,4 +10,7 @@ module.exports = {
},
],
},
node: {
fs: 'empty',
},
}

Loading…
Cancel
Save