1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-09-24 12:55:19 +00:00

Switch to es6 again

This commit is contained in:
tobspr
2022-06-16 12:21:03 +02:00
parent 781273e91d
commit 80a80c11e6
3 changed files with 11 additions and 16 deletions

View File

@@ -86,9 +86,9 @@ function gulptasksJS($, gulp, buildFolder, browserSync) {
gulp.task(
"js." + variant + ".prod",
// ES6 Currently not used
// transpiled currently not used
// gulp.parallel("js." + variant + ".prod.transpiled", "js." + variant + ".prod.es6")
gulp.parallel("js." + variant + ".prod.transpiled")
gulp.parallel("js." + variant + ".prod.es6")
);
} else {
// STANDALONE