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