diff --git a/README.md b/README.md index 23149935..1cc31902 100644 --- a/README.md +++ b/README.md @@ -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,