js2ts: entrance
- j_server_get_status 반환형 수정 - getDateTimeNow 추가 - common에서 TemplateEngine 코드 버그 수정
This commit is contained in:
+2
-1
@@ -85,7 +85,8 @@ module.exports = [
|
||||
extensions: [".js", ".ts", ".tsx"]
|
||||
},
|
||||
entry: {
|
||||
'common': './ts/common_deprecated.ts'
|
||||
'common': './ts/common_deprecated.ts',
|
||||
'entrance': './ts/entrance.ts',
|
||||
//test: './ts/test.ts',
|
||||
},
|
||||
output: {
|
||||
|
||||
Reference in New Issue
Block a user