mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Don't remove viewBox from svgs as part of svgo
This commit is contained in:
@@ -12,6 +12,9 @@ module.exports = function(defaults) {
|
||||
},
|
||||
svg: {
|
||||
paths: ['public/images/icons'],
|
||||
optimize: {
|
||||
plugins: [{ removeViewBox: false }],
|
||||
},
|
||||
},
|
||||
codemirror: {
|
||||
modes: ['javascript'],
|
||||
|
||||
Reference in New Issue
Block a user