mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-04-13 00:34:04 +02:00
Copy webpack.mjs to legacy in dist task
This commit is contained in:
parent
2643125a12
commit
5c3878be25
@ -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