Preserve height and width on svgs

Signed-off-by: Eric Dattore <edattore@pivotal.io>
release
Thomas Osugi 2017-01-26 15:40:03 -07:00
parent a02cca7535
commit 9aab00c702
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ module.exports = {
},
{
test: /\.svg$/,
loader: 'svg-inline',
loader: 'svg-inline?removeSVGTagAttrs=false',
include: [
path.resolve('src/svgs'),
],