From 79acacb27401582ed3cff88dc6a47d4282e030c6 Mon Sep 17 00:00:00 2001 From: Luca Haid Date: Mon, 4 Aug 2025 12:19:49 +0200 Subject: [PATCH] improved performance of vue modules --- public/bundler.php | 1 - 1 file changed, 1 deletion(-) diff --git a/public/bundler.php b/public/bundler.php index ba195ce24..081e7c041 100644 --- a/public/bundler.php +++ b/public/bundler.php @@ -29,7 +29,6 @@ $jsFiles = [ "plugins/axios/axios.min.js", "plugins/axios/axios.inject.js", "plugins/moment/moment.min.js", - "plugins/daterangepicker/daterangepicker.js", "plugins/vue/" . (isset($_GET['VUE_DEBUG']) || $_SERVER['HTTP_HOST'] === "localhost" ? "vue.js" : "vue.min.js"), "plugins/vue/tt-components/tt-button.js", "plugins/vue/tt-components/tt-card.js",