diff --git a/webpack.config.js b/webpack.config.js index 36edbc37..c02f73f3 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -107,7 +107,11 @@ module.exports = { { loader: 'svgo-loader', options: { - plugins: [{ convertStyleToAttrs: true }, { removeTitle: true }] + plugins: [ + { removeViewBox: false }, + { convertStyleToAttrs: true }, + { removeTitle: true } + ] } } ]