Skip to content

Commit

Permalink
fix: use img instead of span
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasthiebaud committed Sep 18, 2018
1 parent f6fb323 commit a80e78a
Show file tree
Hide file tree
Showing 5 changed files with 2,917 additions and 2,938 deletions.
2 changes: 1 addition & 1 deletion config/webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = {
}]
}, {
test: /\.svg$/,
loader: 'svg-inline-loader',
loader: 'file-loader',
}]
},
plugins: [
Expand Down
2 changes: 1 addition & 1 deletion config/webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = {
}]
}, {
test: /\.svg$/,
loader: 'svg-inline-loader',
loader: 'file-loader',
}]
},
plugins: [
Expand Down
Loading

0 comments on commit a80e78a

Please sign in to comment.