Merge pull request #41 from pivotaltracker/preserve-svg-height-width

Preserve height and width on svgs
nolan/hinaloe-test
Etienne Lemay 2017-01-27 06:16:08 -08:00 committed by GitHub
commit 626d5b1ab4
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'),
],