We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1120b3d + 5c3878b commit b792f22Copy full SHA for b792f22
1 file changed
gulpfile.mjs
@@ -2544,6 +2544,11 @@ gulp.task(
2544
removeBOM: false,
2545
})
2546
.pipe(gulp.dest(DIST_DIR)),
2547
+ gulp
2548
+ .src("external/dist/webpack.mjs", {
2549
+ encoding: false,
2550
+ })
2551
+ .pipe(gulp.dest(DIST_DIR + "legacy/")),
2552
gulp
2553
.src(GENERIC_DIR + "LICENSE", { encoding: false })
2554
0 commit comments