Merge pull request #9924 from ErikNijland/master

fix(browser): zlib is not available in browser
This commit is contained in:
Yury Delendik 2018-07-26 08:35:52 -05:00 committed by GitHub
commit 51b0e60f9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: {