mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-07-11 17:45:49 +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,
|
removeBOM: false,
|
||||||
})
|
})
|
||||||
.pipe(gulp.dest(DIST_DIR)),
|
.pipe(gulp.dest(DIST_DIR)),
|
||||||
|
gulp
|
||||||
|
.src("external/dist/webpack.mjs", {
|
||||||
|
encoding: false,
|
||||||
|
})
|
||||||
|
.pipe(gulp.dest(DIST_DIR + "legacy/")),
|
||||||
gulp
|
gulp
|
||||||
.src(GENERIC_DIR + "LICENSE", { encoding: false })
|
.src(GENERIC_DIR + "LICENSE", { encoding: false })
|
||||||
.pipe(gulp.dest(DIST_DIR)),
|
.pipe(gulp.dest(DIST_DIR)),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user