Skip to content

Commit

Permalink
Update webpack.common.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nipunarora-eGov committed Jun 27, 2024
1 parent 6eeae04 commit 9ee5940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micro-ui/web/packages/microplan/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
modules: [path.resolve(__dirname, "src"), "node_modules"],
alias: {
'react-i18next': require.resolve('react-i18next'),
'@digit-ui/digit-ui-components': path.resolve(__dirname, '../components/'),
// '@digit-ui/digit-ui-components': path.resolve(__dirname, '../components/'),
},
},
module: {
Expand Down

0 comments on commit 9ee5940

Please sign in to comment.