Skip to content

Commit

Permalink
Update storybook webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
diegohaz committed Jan 20, 2017
1 parent cc797e4 commit c021b53
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 @@ -3,7 +3,7 @@ const baseConfig = require('../webpack.config')
module.exports = storybookBaseConfig =>
Object.assign({}, storybookBaseConfig, {
resolve: baseConfig.resolve,
module: Object.assign({}, storybookBaseConfig, {
module: Object.assign({}, storybookBaseConfig.module, {
loaders: storybookBaseConfig.module.loaders.concat(baseConfig.module.loaders)
})
})

0 comments on commit c021b53

Please sign in to comment.