1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-05-08 09:18:34 +01:00

Revert "Use gulp-terser instead of webpack-terser (#5788)" (#5796)

This commit is contained in:
Paulus Schoutsen
2020-05-07 09:28:51 -07:00
committed by GitHub
parent 5084cde6b9
commit b69d5e0fa3
8 changed files with 15 additions and 97 deletions
-2
View File
@@ -4,7 +4,6 @@ require("./clean.js");
require("./translations.js");
require("./gather-static.js");
require("./webpack.js");
require("./minify.js");
require("./service-worker.js");
require("./entry-html.js");
@@ -33,7 +32,6 @@ gulp.task(
gulp.parallel("gen-icons-json", "build-translations"),
"copy-static-cast",
"webpack-prod-cast",
"minify-cast",
"gen-index-cast-prod"
)
);