Skip to content

Commit 4e24d51

Browse files
橙林LeoYuan
authored andcommitted
chore(code-gen): icejs、icejs3 solutions plugins.components add containerInjectConstants
1 parent 38dc561 commit 4e24d51

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

modules/code-generator/src/solutions/icejs.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export default function createIceJsProjectBuilder(
4545
containerInjectUtils(),
4646
containerInjectDataSourceEngine(),
4747
containerInjectI18n(),
48+
containerInjectConstants(),
4849
containerInitState(),
4950
containerLifeCycle(),
5051
containerMethod(),

modules/code-generator/src/solutions/icejs3.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export default function createIceJsProjectBuilder(
4545
containerInjectUtils(),
4646
containerInjectDataSourceEngine(),
4747
containerInjectI18n(),
48+
containerInjectConstants(),
4849
containerInitState(),
4950
containerLifeCycle(),
5051
containerMethod(),

0 commit comments

Comments
 (0)