Skip to content

Commit

Permalink
update storybook to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
panmona committed Apr 22, 2019
1 parent 727e1a3 commit 9a07f44
Show file tree
Hide file tree
Showing 3 changed files with 4,538 additions and 4,672 deletions.
2 changes: 1 addition & 1 deletion .storybook/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const path = require('path');

module.exports = (baseConfig, env, config) => {
module.exports = ({config}) => {
config.module.rules.push({
test: /\.stories\.js?$/,
loaders: [require.resolve('@storybook/addon-storysource/loader')],
Expand Down
Loading

0 comments on commit 9a07f44

Please sign in to comment.