1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 06:38:07 +02:00

Bundle wasm-files in pdfjs-dist (PR 19329 follow-up)

This commit is contained in:
Jonas Jenwald 2025-02-04 10:22:26 +01:00
parent d1f62509e5
commit de79996574

View file

@ -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(
[