mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Merge pull request #9924 from ErikNijland/master
fix(browser): zlib is not available in browser
This commit is contained in:
commit
51b0e60f9b
1 changed files with 1 additions and 0 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue