Skip to content

Commit

Permalink
chore: Update storybook monorepo to v6 (major) (#1634)
Browse files Browse the repository at this point in the history
* chore: Update storybook monorepo to v6

* Change glob

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Erik Onarheim <[email protected]>
  • Loading branch information
3 people authored Sep 5, 2020
1 parent 36efe3b commit 69f8f48
Show file tree
Hide file tree
Showing 3 changed files with 3,239 additions and 2,194 deletions.
2 changes: 1 addition & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const path = require('path');

module.exports = {
addons: ['@storybook/addon-docs', '@storybook/addon-knobs/register', '@storybook/addon-actions/register'],
stories: ['../src/stories/**.stories.ts'],
stories: ['../src/stories/*.stories.ts'],
webpackFinal: async (config, { configType }) => {
config.module.rules.push({
test: /\.(ts|tsx)$/,
Expand Down
Loading

0 comments on commit 69f8f48

Please sign in to comment.