Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Mar 23, 2018
1 parent 8c15b18 commit 37472d3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -84,7 +84,7 @@ module.exports = {
loader: 'file-loader',
},
{
test: /(graphics|gifs)\/.*\.(png|gif)$/,
test: /(graphics|gifs|node_modules)\/.*\.(png|gif)$/,
loader: 'file-loader',
},
],
Expand Down

0 comments on commit 37472d3

Please sign in to comment.