webpack lodash 간소화
This commit is contained in:
+2
-2
@@ -4,7 +4,7 @@ module.exports = [
|
||||
{
|
||||
name: 'ingame',
|
||||
resolve: {
|
||||
extensions: [".ts", ".tsx"]
|
||||
extensions: [".js", ".ts", ".tsx"]
|
||||
},
|
||||
entry: {
|
||||
inheritPoint: './hwe/ts/inheritPoint.ts',
|
||||
@@ -34,7 +34,7 @@ module.exports = [
|
||||
{
|
||||
name: 'gateway',
|
||||
resolve: {
|
||||
extensions: [".ts", ".tsx"]
|
||||
extensions: [".js", ".ts", ".tsx"]
|
||||
},
|
||||
entry: {
|
||||
//test: './ts/test.ts',
|
||||
|
||||
Reference in New Issue
Block a user