Skip to content

Commit 5c3878b

Browse files
committed
Copy webpack.mjs to legacy in dist task
1 parent 2643125 commit 5c3878b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

gulpfile.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2544,6 +2544,11 @@ gulp.task(
25442544
removeBOM: false,
25452545
})
25462546
.pipe(gulp.dest(DIST_DIR)),
2547+
gulp
2548+
.src("external/dist/webpack.mjs", {
2549+
encoding: false,
2550+
})
2551+
.pipe(gulp.dest(DIST_DIR + "legacy/")),
25472552
gulp
25482553
.src(GENERIC_DIR + "LICENSE", { encoding: false })
25492554
.pipe(gulp.dest(DIST_DIR)),

0 commit comments

Comments
 (0)