lion/.storybook/start-storybook.config.js
Thomas Allmer 89b835a799 feat: improved storybook demos
Co-authored-by: Joren Broekema <Joren.Broekema@ing.com>
Co-authored-by: Alex Ghiu <Alex.Ghiu@ing.com>
Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
2020-01-13 13:58:03 +01:00

6 lines
127 B
JavaScript

module.exports = {
nodeResolve: true,
watch: true,
open: true,
stories: './packages/**/stories/*.stories.{js,mdx}',
};