Don't remove viewBox from svgs as part of svgo

This commit is contained in:
Michael Lange
2019-04-02 17:37:09 -07:00
parent 3b5f7f637d
commit 6cba965ff3

View File

@@ -12,6 +12,9 @@ module.exports = function(defaults) {
},
svg: {
paths: ['public/images/icons'],
optimize: {
plugins: [{ removeViewBox: false }],
},
},
codemirror: {
modes: ['javascript'],