Skip to content

Commit

Permalink
chore: remove extractText plugin to fix storybook (jquense#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
ossan-engineer authored and jquense committed Nov 7, 2018
1 parent f174a60 commit 5a83695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ module.exports = function(config) {
rules.less({ browsers }),
],
},
plugins: [...config.plugins, plugins.extractText()],
plugins: [...config.plugins],
}
}

0 comments on commit 5a83695

Please sign in to comment.