Skip to content

Commit

Permalink
hopefully make builds consistent over time
Browse files Browse the repository at this point in the history
  • Loading branch information
gamcil committed Nov 12, 2024
1 parent 464a208 commit 8da39f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/webpack.frontend.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ module.exports = (env, argv) => {

if (isLocal) {
exports.optimization = {
moduleIds: 'deterministic',
chunkIds: 'deterministic',
minimize: true,
minimizer: [new TerserPlugin({
terserOptions: {
Expand Down

0 comments on commit 8da39f7

Please sign in to comment.