Fix travis CI build error (missing trailing comma)

This commit is contained in:
Henning Orth
2018-05-28 16:50:49 +02:00
committed by GitHub
parent d1c8a2eee7
commit 9dd101f56c

View File

@@ -15,7 +15,7 @@ module.exports = {
plugins: [
{ removeUnknownsAndDefaults: false },
{ cleanupIDs: false },
{ removeViewBox: false }
{ removeViewBox: false },
],
},
plugins: [imageminMozjpeg({ quality: 75 })],