Skip to content

Commit

Permalink
Update webpack.prod.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nipunarora-eGov committed Apr 2, 2024
1 parent 9612d03 commit 7b63a6f
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion micro-ui/web/packages/core/webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,22 @@ module.exports = () => {
tqm : `tqm@${domain}/tqm-ui/remoteEntry.js`,
// measurement : `measurement@${domain}/measurement/remoteEntry.js`
},
shared: packageJson.dependencies,
shared: {

"@egovernments/digit-ui-react-components": "1.4.109",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-i18next": "11.16.2",
"react-query": "3.6.1",
"react-redux": "7.2.8",
"react-router-dom": "5.3.0",
"single-spa-react": "^4.6.1",
"react-tooltip": "^5.21.1",
"redux": "4.1.2",
"redux-thunk": "^2.4.2",
"rxjs": "6.6.3",
"single-spa": "^5.9.3"
},
}),
],
};
Expand Down

0 comments on commit 7b63a6f

Please sign in to comment.