Skip to content

Commit

Permalink
Preserve height and width on svgs
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Dattore <edattore@pivotal.io>
  • Loading branch information
Thomas Osugi committed Jan 27, 2017
1 parent a02cca7 commit 9aab00c
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 9aab00c

Please sign in to comment.