Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Load SVGs in CSS
  • Loading branch information
adamhooper committed Jan 10, 2019
1 parent 9ead1f3 commit 6daa1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Expand Up @@ -63,7 +63,7 @@ module.exports = {
},
{
// static files
test: /\.(png|jpg|gif|woff|woff2)$/,
test: /\.(gif|png|jpg|svg|woff|woff2)$/,
loader: 'url-loader',
options: {
limit: 40000,
Expand Down

0 comments on commit 6daa1a7

Please sign in to comment.