Bundle wasm-files in pdfjs-dist (PR 19329 follow-up)
This commit is contained in:
parent
d1f62509e5
commit
de79996574
@ -2355,6 +2355,12 @@ gulp.task(
|
||||
encoding: false,
|
||||
})
|
||||
.pipe(gulp.dest(DIST_DIR)),
|
||||
gulp
|
||||
.src(GENERIC_DIR + "web/wasm/**/*", {
|
||||
base: GENERIC_DIR + "web",
|
||||
encoding: false,
|
||||
})
|
||||
.pipe(gulp.dest(DIST_DIR)),
|
||||
gulp
|
||||
.src(
|
||||
[
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user