This commit is contained in:
2021-08-25 02:55:11 +09:00
parent 4d8b816acf
commit e5b51dcd16
2 changed files with 30 additions and 19 deletions
+15 -15
View File
@@ -15,21 +15,21 @@ module.exports = (env) => {
}
},
entry: {
chiefCenter: `${target}/ts/chiefCenter.ts`,
inheritPoint: `${target}/ts/inheritPoint.ts`,
common: `${target}/ts/common_deprecated.ts`,
troop: `${target}/ts/troop.ts`,
map: `${target}/ts/map.ts`,
install_db: `${target}/ts/install_db.ts`,
install: `${target}/ts/install.ts`,
battle_simulator: `${target}/ts/battle_simulator.ts`,
recent_map: `${target}/ts/recent_map.ts`,
processing: `${target}/ts/processing.ts`,
select_npc: `${target}/ts/select_npc.ts`,
betting: `${target}/ts/betting.ts`,
board: `${target}/ts/board.ts`,
bossInfo: `${target}/ts/bossInfo.ts`,
myPage: `${target}/ts/myPage.ts`,
chiefCenter: '@/chiefCenter.ts',
inheritPoint: '@/inheritPoint.ts',
common: '@/common_deprecated.ts',
troop: '@/troop.ts',
map: '@/map.ts',
install_db: '@/install_db.ts',
install: '@/install.ts',
battle_simulator: '@/battle_simulator.ts',
recent_map: '@/recent_map.ts',
processing: '@/processing.ts',
select_npc: '@/select_npc.ts',
betting: '@/betting.ts',
board: '@/board.ts',
bossInfo: '@/bossInfo.ts',
myPage: '@/myPage.ts',
//FORM 입력용, frontend 변경후 제거