Skip to content

Commit

Permalink
Revert "Update webpack.prod.js"
Browse files Browse the repository at this point in the history
This reverts commit 7b63a6f.
  • Loading branch information
nipunarora-eGov committed Apr 2, 2024
1 parent 7b63a6f commit 0b90e06
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions micro-ui/web/packages/core/webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,7 @@ module.exports = () => {
tqm : `tqm@${domain}/tqm-ui/remoteEntry.js`,
// measurement : `measurement@${domain}/measurement/remoteEntry.js`
},
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"
},
shared: packageJson.dependencies,
}),
],
};
Expand Down

0 comments on commit 0b90e06

Please sign in to comment.