Skip to content

Commit

Permalink
docs: update JPG regex to match both formats (webpack-contrib#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
budmc29 authored and evilebottnawi committed Apr 23, 2019
1 parent 0b8362c commit 509a821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ module.exports = {
use: ['style-loader', 'css-loader'],
},
{
test: /\.(png|jpg|gif|svg|eot|ttf|woff|woff2)$/,
test: /\.(png|jpe?g|gif|svg|eot|ttf|woff|woff2)$/,
loader: 'url-loader',
options: {
limit: 10000,
Expand Down

0 comments on commit 509a821

Please sign in to comment.