Skip to content

Commit

Permalink
Match jpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyWay committed Feb 19, 2017
1 parent bf4fa02 commit 32050bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/webpack.config.js
Expand Up @@ -126,7 +126,7 @@ module.exports.module = {
},

{
test: /\.(png|jpg|gif)$/,
test: /\.(png|jpe?g|gif)$/,
loader: 'file-loader',
options: {
name: 'images/[name].[ext]?[hash]',
Expand Down

0 comments on commit 32050bd

Please sign in to comment.