fix: bootstrap4 package order 문제

- vue3 + bootstrap5 적용 전까진 고통 받아야...
- 당분간 Popper, jQuery가 제대로 export 되었는지 확인 필요
This commit is contained in:
2021-09-10 22:26:14 +09:00
parent 826d9fcf6a
commit 6315dff17b
10 changed files with 20 additions and 23 deletions
+2 -2
View File
@@ -1,7 +1,6 @@
{
"ingame": {
"chiefCenter": "chiefCenter.ts",
"common": "common_deprecated.ts",
"troop": "troop.ts",
"map": "map.ts",
"install_db": "install_db.ts",
@@ -22,7 +21,8 @@
"history": "history.ts",
"join": "join.ts",
"select_general_from_pool": "select_general_from_pool.ts",
"extKingdoms": "extKingdoms.ts"
"extKingdoms": "extKingdoms.ts",
"common": "common_deprecated.ts"
},
"ingame_vue": {
"v_inheritPoint": "v_inheritPoint.ts",