Skip to content

Commit

Permalink
Merge pull request #41 from pivotaltracker/preserve-svg-height-width
Browse files Browse the repository at this point in the history
Preserve height and width on svgs
  • Loading branch information
EtienneLem authored Jan 27, 2017
2 parents f4fd9eb + 9aab00c commit 626d5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webpack.config.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: 'svg-inline?removeSVGTagAttrs=false',
include: [
path.resolve('src/svgs'),
],
Expand Down

0 comments on commit 626d5b1

Please sign in to comment.