فهرست منبع

Update Imagemin and dependencies

Gaël Métais 4 سال پیش
والد
کامیت
bb9429e907
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      lib/tools/redownload/imageOptimizer.js

+ 1 - 1
lib/tools/redownload/imageOptimizer.js

@@ -210,7 +210,7 @@ var ImageOptimizer = function() {
         }
 
 
-        imagemin.buffer(imageBody, {use: engine})
+        imagemin.buffer(imageBody, {plugins: [engine]})
 
         .then(function(file) {
             var endTime = Date.now();