Fix travis CI build error (missing trailing comma)
This commit is contained in:
@@ -15,7 +15,7 @@ module.exports = {
|
||||
plugins: [
|
||||
{ removeUnknownsAndDefaults: false },
|
||||
{ cleanupIDs: false },
|
||||
{ removeViewBox: false }
|
||||
{ removeViewBox: false },
|
||||
],
|
||||
},
|
||||
plugins: [imageminMozjpeg({ quality: 75 })],
|
||||
|
||||
Reference in New Issue
Block a user