diff --git a/src/webpack.config.js b/src/webpack.config.js index a1e6972..18de301 100644 --- a/src/webpack.config.js +++ b/src/webpack.config.js @@ -32,7 +32,7 @@ module.exports = { }, { test: /\.svg$/, - loader: 'svg-inline', + loader: 'svg-inline?removeSVGTagAttrs=false', include: [ path.resolve('src/svgs'), ],