Skip to content

Commit

Permalink
Fix travis CI build error (missing trailing comma)
Browse files Browse the repository at this point in the history
  • Loading branch information
E-VANCE authored May 28, 2018
1 parent d1c8a2e commit 9dd101f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/assets/build/webpack.config.optimize.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
plugins: [
{ removeUnknownsAndDefaults: false },
{ cleanupIDs: false },
{ removeViewBox: false }
{ removeViewBox: false },
],
},
plugins: [imageminMozjpeg({ quality: 75 })],
Expand Down

0 comments on commit 9dd101f

Please sign in to comment.