From 8263d85c4f97cbf22639054412ea0323251de0f7 Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Fri, 16 Oct 2020 07:58:06 -0700 Subject: Add comments for imports that support dotenv We have set up exact match resolve aliases to support different dotenv build customizations. Added comments to the imports that should not be changed. Signed-off-by: Yoshie Muranaka Change-Id: Ie371b42ec35f876ccb89ef976f7126d5234a1b47 --- src/components/AppNavigation/AppNavigation.vue | 3 +++ src/main.js | 5 +++++ src/router/index.js | 6 +++++- src/store/api.js | 4 ++++ 4 files changed, 17 insertions(+), 1 deletion(-) diff --git a/src/components/AppNavigation/AppNavigation.vue b/src/components/AppNavigation/AppNavigation.vue index 47ed3c1d..b29b575d 100644 --- a/src/components/AppNavigation/AppNavigation.vue +++ b/src/components/AppNavigation/AppNavigation.vue @@ -53,6 +53,9 @@