Skip to content

Commit

Permalink
chore: fix storybook (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
plotnikovn authored and jquense committed Dec 27, 2018
1 parent 8f68611 commit 200bfc3
Show file tree
Hide file tree
Showing 3 changed files with 2,249 additions and 1,999 deletions.
2 changes: 1 addition & 1 deletion .storybook/webpack.config.js
Expand Up @@ -9,7 +9,7 @@ module.exports = (config) => {
};

config.plugins.push(
plugins.extractText({ disable: true })
plugins.extractCss({ disable: true })
)
return config;
};
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -66,8 +66,8 @@
"@semantic-release/git": "^7.0.4",
"@semantic-release/github": "^5.0.5",
"@semantic-release/npm": "^5.0.4",
"@storybook/addon-actions": "^3.4.11",
"@storybook/react": "^3.4.11",
"@storybook/addon-actions": "^4.1.4",
"@storybook/react": "^4.1.4",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^9.0.0",
"babel-jest": "^23.6.0",
Expand Down

0 comments on commit 200bfc3

Please sign in to comment.