mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-04-20 04:04:03 +02:00
Merge pull request #20857 from mschoettle/build-add-legacy
Copy webpack.mjs to legacy in dist task
This commit is contained in:
commit
b792f229d7
@ -2544,6 +2544,11 @@ gulp.task(
|
||||
removeBOM: false,
|
||||
})
|
||||
.pipe(gulp.dest(DIST_DIR)),
|
||||
gulp
|
||||
.src("external/dist/webpack.mjs", {
|
||||
encoding: false,
|
||||
})
|
||||
.pipe(gulp.dest(DIST_DIR + "legacy/")),
|
||||
gulp
|
||||
.src(GENERIC_DIR + "LICENSE", { encoding: false })
|
||||
.pipe(gulp.dest(DIST_DIR)),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user