Skip to content

Commit

Permalink
chore(code-gen): icejs plugins.components add containerInjectConstants
Browse files Browse the repository at this point in the history
  • Loading branch information
橙林 committed Jul 6, 2023
1 parent 11501e8 commit ec09084
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/code-generator/src/solutions/icejs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export default function createIceJsProjectBuilder(
containerInjectUtils(),
containerInjectDataSourceEngine(),
containerInjectI18n(),
containerInjectConstants(),
containerInitState(),
containerLifeCycle(),
containerMethod(),
Expand Down
1 change: 1 addition & 0 deletions modules/code-generator/src/solutions/icejs3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export default function createIceJsProjectBuilder(
containerInjectUtils(),
containerInjectDataSourceEngine(),
containerInjectI18n(),
containerInjectConstants(),
containerInitState(),
containerLifeCycle(),
containerMethod(),
Expand Down

0 comments on commit ec09084

Please sign in to comment.