Skip to content

Commit b792f22

Browse files
Merge pull request #20857 from mschoettle/build-add-legacy
Copy webpack.mjs to legacy in dist task
2 parents 1120b3d + 5c3878b commit b792f22

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)