Skip to content

Commit 509a821

Browse files
budmc29evilebottnawi
authored andcommitted
docs: update JPG regex to match both formats (webpack-contrib#925)
1 parent 0b8362c commit 509a821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ module.exports = {
699699
use: ['style-loader', 'css-loader'],
700700
},
701701
{
702-
test: /\.(png|jpg|gif|svg|eot|ttf|woff|woff2)$/,
702+
test: /\.(png|jpe?g|gif|svg|eot|ttf|woff|woff2)$/,
703703
loader: 'url-loader',
704704
options: {
705705
limit: 10000,

0 commit comments

Comments
 (0)