Skip to content

Commit

Permalink
Use main.ts for app loading
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryT-CG authored Sep 5, 2024
1 parent 1f853f1 commit e89aff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const config = withModuleFederationPlugin({
name: 'onecx-announcement-ui',
filename: 'remoteEntry.js',
exposes: {
'./OneCXAnnouncementModule': 'src/bootstrap.ts',
'./OneCXAnnouncementModule': 'src/main.ts',
'./OneCXAnnouncementBannerComponent': 'src/app/remotes/announcement-banner/announcement-banner.component.main.ts',
'./OneCXAnnouncementListActiveComponent':
'src/app/remotes/announcement-list-active/announcement-list-active.component.main.ts'
Expand Down

0 comments on commit e89aff2

Please sign in to comment.