js2ts: common 분리, troop.js

This commit is contained in:
2021-08-15 20:19:47 +09:00
parent c31a867bde
commit 7e4068a244
8 changed files with 210 additions and 230 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ module.exports = [
},
entry: {
inheritPoint: './hwe/ts/inheritPoint.ts',
common: './hwe/ts/common_legacy.ts',
common: './hwe/ts/common_deprecated.ts',
troop: './hwe/ts/troop.ts',
},
output: {
filename: '[name].js',