Skip to content

Commit 582e9ac

Browse files
committed
Update regex in example2 in readme.
1 parent b5c6b36 commit 582e9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Using [`sharp`](https://www.npmjs.com/package/sharp), returns the grayscale vers
3535
{
3636
module: {
3737
rules: [{
38-
test: /\.(gif|jpe?g|png|svg|tiff|webp)(\?.*)?$/,
38+
test: /\.(gif|jpe?g|png|svg|tiff|webp)$/,
3939
use: {
4040
loader: 'custom-loader',
4141
options: {

0 commit comments

Comments
 (0)