Add support for *.jpeg file extension. (#624)

This commit is contained in:
Marek Suscak
2016-09-11 14:48:58 +02:00
committed by Ville Immonen
parent 66702915e6
commit 2c6f1da4d0
4 changed files with 4 additions and 4 deletions

View File

@@ -128,7 +128,7 @@ module.exports = {
// When you `import` an asset, you get its (virtual) filename.
// In production, they would get copied to the `build` folder.
{
test: /\.(ico|jpg|png|gif|eot|otf|webp|svg|ttf|woff|woff2)(\?.*)?$/,
test: /\.(ico|jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2)(\?.*)?$/,
exclude: /\/favicon.ico$/,
loader: 'file',
query: {