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 <yoshiemuranaka@gmail.com>
Change-Id: Ie371b42ec35f876ccb89ef976f7126d5234a1b47
diff --git a/src/store/api.js b/src/store/api.js
index fa76067..ac1b2e3 100644
--- a/src/store/api.js
+++ b/src/store/api.js
@@ -1,5 +1,9 @@
import Axios from 'axios';
import router from '@/router';
+
+//Do not change store import.
+//Exact match alias set to support
+//dotenv customizations.
import store from '../store';
const api = Axios.create({