From 26c734e4930a6ffc747545ffd01bffdf07d471f8 Mon Sep 17 00:00:00 2001 From: Erik Nijland Date: Thu, 26 Jul 2018 12:01:10 +0200 Subject: [PATCH] fix(browser): zlib is not available in browser --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index dbf0c68e40baa..649cb9dbea505 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1220,6 +1220,7 @@ gulp.task('dist-pre', 'http': false, 'https': false, 'node-ensure': false, + 'zlib': false, }, format: 'amd', // to not allow system.js to choose 'cjs' repository: {