Skip to content

Commit

Permalink
Added public path
Browse files Browse the repository at this point in the history
  • Loading branch information
sahildigikar15 committed Feb 25, 2024
1 parent f33283f commit a2cdfd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/container/config/webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ const domain = process.env.PRODUCTION_DOMAIN;
const prodConfig = {
mode: 'production',
output: {
filename: '[name].[contenthash].js'
filename: '[name].[contenthash].js',
publicPath: '/container/latest/'
},
plugins: [
new ModuleFederationPlugin({
Expand Down

0 comments on commit a2cdfd7

Please sign in to comment.