diff --git a/index.js b/index.js index d9d01b4..7c2ceb6 100644 --- a/index.js +++ b/index.js @@ -129,6 +129,7 @@ const getCommonLoaders = includes => [ loader: require.resolve('svgo-loader'), options: { plugins: [ + { removeViewBox: false }, { addAttributesToSVGElement: { attribute: 'focusable="false"' } } ] }