Skip to content

Commit

Permalink
updated webpackprod file for pgr and engagement
Browse files Browse the repository at this point in the history
  • Loading branch information
hridya-egov committed Jul 9, 2024
1 parent cb9b7f7 commit b993800
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/engagement/webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = () => {
},
}),
new MiniCssExtractPlugin(
true
false
? {
filename: 'static/css/[name].[contenthash].css',
chunkFilename: 'static/css/[name].[contenthash].css',
Expand Down
2 changes: 1 addition & 1 deletion micro-ui/web/packages/pgr/webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = () => {
},
}),
new MiniCssExtractPlugin(
true
false
? {
filename: 'static/css/[name].[contenthash].css',
chunkFilename: 'static/css/[name].[contenthash].css',
Expand Down

0 comments on commit b993800

Please sign in to comment.