diff --git a/gulpfile.js b/gulpfile.js index cd14de98..297c1659 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -84,7 +84,7 @@ function zipper(done) { '!node_modules', '!node_modules/**', '!dist', '!dist/**', '!yarn-error.log' - ]), + ], {encoding: false}), zip(filename), dest('dist/') ], handleError(done));