Skip to content

Commit

Permalink
updated for common
Browse files Browse the repository at this point in the history
  • Loading branch information
jagankumar-egov committed Feb 27, 2024
1 parent 19f958d commit 5fe4467
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion micro-ui/web/packages/common/webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = () => {
const prodConfig = {
mode: 'production',
output: {
publicPath: '/common/',
publicPath: '/common-ui/',
filename: '[name].[contenthash].js',
},
plugins: [
Expand Down
2 changes: 1 addition & 1 deletion micro-ui/web/packages/core/webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = () => {
// header: `header@${domain}/header/remoteEntry.js`,
// dashboard: `dashboard@${domain}/dashboard/remoteEntry.js`,
// hrms: `hrms@${domain}/hrms/remoteEntry.js`,
// common: `common@${domain}/common/remoteEntry.js`,
common: `common-ui@${domain}/common/remoteEntry.js`,
workbench : `workbench_web@${domain}/workbench/remoteEntry.js`,
// dss : `dss@${domain}/dss/remoteEntry.js`,
// measurement : `measurement@${domain}/measurement/remoteEntry.js`
Expand Down

0 comments on commit 5fe4467

Please sign in to comment.