Skip to content
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.

Commit

Permalink
fix: Loading images via webpack
Browse files Browse the repository at this point in the history
Add image file extensions to the webpack file loadder
  • Loading branch information
Andy Bestvater authored and mischah committed Jul 13, 2018
1 parent d5d224b commit 44eb628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/webpack/config.module.rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const rules = [
]
},
{
test: /\.(woff(2)?|ttf|eot|svg)(\?v=\d+\.\d+\.\d+)?$/,
test: /\.(woff(2)?|ttf|eot|svg|png|gif|jpe?g)(\?v=\d+\.\d+\.\d+)?$/,
use: [
{
loader: 'file-loader',
Expand Down

0 comments on commit 44eb628

Please sign in to comment.