diff --git a/gulpfile.mjs b/gulpfile.mjs index 8e7ee7fc1..43611371d 100644 --- a/gulpfile.mjs +++ b/gulpfile.mjs @@ -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)),