Skip to content

Commit

Permalink
fix(storybook): storybook won’t build
Browse files Browse the repository at this point in the history
  • Loading branch information
JalilArfaoui committed Aug 17, 2020
1 parent 51a5dec commit 6ebbb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack/config.rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ module.exports = (env, argv) => {
loader: 'url-loader'
},
{
test: /\.png$/,
test: /\.(png|jpg)$/,
loader: 'file-loader',
options: {
name: '[path][name].[ext]',
Expand Down

0 comments on commit 6ebbb5c

Please sign in to comment.