mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 01:35:43 +02:00
Use streams-lib as polyfill
This commit is contained in:
parent
343b4dc2b6
commit
01b47d9012
3 changed files with 26 additions and 2 deletions
|
@ -1040,7 +1040,7 @@ gulp.task('lib', ['buildnumber'], function () {
|
|||
var buildLib = merge([
|
||||
gulp.src([
|
||||
'src/{core,display}/*.js',
|
||||
'src/shared/{compatibility,util}.js',
|
||||
'src/shared/{compatibility,util,streams_polyfill}.js',
|
||||
'src/{pdf,pdf.worker}.js',
|
||||
], { base: 'src/', }),
|
||||
gulp.src([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue