Preserve height and width on svgs
Signed-off-by: Eric Dattore <edattore@pivotal.io>release
parent
a02cca7535
commit
9aab00c702
|
@ -32,7 +32,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
test: /\.svg$/,
|
test: /\.svg$/,
|
||||||
loader: 'svg-inline',
|
loader: 'svg-inline?removeSVGTagAttrs=false',
|
||||||
include: [
|
include: [
|
||||||
path.resolve('src/svgs'),
|
path.resolve('src/svgs'),
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue