We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f68611 commit 200bfc3Copy full SHA for 200bfc3
.storybook/webpack.config.js
@@ -9,7 +9,7 @@ module.exports = (config) => {
9
};
10
11
config.plugins.push(
12
- plugins.extractText({ disable: true })
+ plugins.extractCss({ disable: true })
13
)
14
return config;
15
package.json
@@ -66,8 +66,8 @@
66
"@semantic-release/git": "^7.0.4",
67
"@semantic-release/github": "^5.0.5",
68
"@semantic-release/npm": "^5.0.4",
69
- "@storybook/addon-actions": "^3.4.11",
70
- "@storybook/react": "^3.4.11",
+ "@storybook/addon-actions": "^4.1.4",
+ "@storybook/react": "^4.1.4",
71
"babel-core": "^7.0.0-bridge.0",
72
"babel-eslint": "^9.0.0",
73
"babel-jest": "^23.6.0",
0 commit comments