From a0e65929425b93a5c56d02fabbb51bf7b521c624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20de=20Metz?= Date: Tue, 21 May 2024 19:18:32 +0200 Subject: [PATCH] Remove vue constants. --- js/index.js | 9 --------- js/remote.js | 9 --------- 2 files changed, 18 deletions(-) diff --git a/js/index.js b/js/index.js index 8cea5a6..fc2da84 100644 --- a/js/index.js +++ b/js/index.js @@ -1,12 +1,3 @@ -__VUE_OPTIONS_API__ = true; - -if (process.env.NODE_ENV !== 'production') { - __VUE_PROD_DEVTOOLS__ = true; -} else { - __VUE_PROD_DEVTOOLS__ = false; -} -__VUE_PROD_HYDRATION_MISMATCH_DETAILS__ = false; - import 'maplibre-gl/dist/maplibre-gl.css'; import 'vuetify/lib/styles/main.sass'; diff --git a/js/remote.js b/js/remote.js index 50a790f..713c52e 100644 --- a/js/remote.js +++ b/js/remote.js @@ -1,12 +1,3 @@ -__VUE_OPTIONS_API__ = true; - -if (process.env.NODE_ENV !== 'production') { - __VUE_PROD_DEVTOOLS__ = true; -} else { - __VUE_PROD_DEVTOOLS__ = false; -} -__VUE_PROD_HYDRATION_MISMATCH_DETAILS__ = false; - import 'vuetify/lib/styles/main.sass'; import { createApp } from 'vue';