Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit 827da9f

Browse files
jajapersonevilebottnawi
authored andcommitted
docs: some images are saved as .JPG or .PNG (#133)
1 parent 4941853 commit 827da9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module.exports = {
4242
module: {
4343
rules: [
4444
{
45-
test: /\.(png|jpg|gif)$/,
45+
test: /\.(png|jpg|gif)$/i,
4646
use: [
4747
{
4848
loader: 'url-loader',
@@ -163,4 +163,4 @@ Please take a moment to read our contributing guidelines if you haven't yet done
163163
[chat-url]: https://gitter.im/webpack/webpack
164164

165165
[size]: https://packagephobia.now.sh/badge?p=url-loader
166-
[size-url]: https://packagephobia.now.sh/result?p=url-loader
166+
[size-url]: https://packagephobia.now.sh/result?p=url-loader

0 commit comments

Comments
 (0)