fix-dep: 로그인 대문 dependency문제로 지도 안나오는 문제 해결

This commit is contained in:
2021-08-16 16:09:54 +09:00
parent e4a9953af4
commit a029322aae
10 changed files with 78 additions and 255 deletions
+2 -1
View File
@@ -13,7 +13,7 @@ module.exports = [
inheritPoint: './hwe/ts/inheritPoint.ts',
common: './hwe/ts/common_deprecated.ts',
troop: './hwe/ts/troop.ts',
map: './hwe/ts/map.ts',
map: './hwe/ts/map.ts'
},
output: {
filename: '[name].js',
@@ -84,6 +84,7 @@ module.exports = [
extensions: [".js", ".ts", ".tsx"]
},
entry: {
'common': './ts/common_deprecated.ts'
//test: './ts/test.ts',
},
output: {