1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Cleanup unused WDS deps and config (#23155)

* Cleanup unused WDS deps and config

* fix
This commit is contained in:
Petar Petrov
2024-12-06 10:57:46 +02:00
committed by GitHub
parent 7a12fd2853
commit af049274d9
10 changed files with 30 additions and 144 deletions

View File

@@ -8,7 +8,6 @@ import "./gen-icons-json.js";
import "./locale-data.js";
import "./service-worker.js";
import "./translations.js";
import "./wds.js";
import "./rspack.js";
gulp.task(
@@ -26,7 +25,7 @@ gulp.task(
"build-locale-data"
),
"copy-static-app",
env.useWDS() ? "wds-watch-app" : "rspack-watch-app"
"rspack-watch-app"
)
);