Skip to content

Commit

Permalink
fix(storybook): fix webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmurray committed Jun 23, 2019
1 parent 63c4836 commit 30884b9
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
@@ -1,4 +1,4 @@
module.exports = (baseConfig, env, config) => {
module.exports = ({ config }) => {
config.module.rules.push({
test: /\.(ts|tsx)$/,
loader: require.resolve('ts-loader'),
Expand Down

0 comments on commit 30884b9

Please sign in to comment.