genJS
This commit is contained in:
+15
-15
@@ -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 변경후 제거
|
||||
|
||||
Reference in New Issue
Block a user