Skip to content

Commit

Permalink
fix: bundle versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Regikon committed Dec 17, 2024
1 parent 83e7c42 commit 5844c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ module.exports = {
extensions: ['.tsx', '.ts', '.js'],
},
output: {
filename: '[name].bundle.js',
filename: '[name].[contenthash].bundle.js',
path: path.resolve(__dirname, 'dist'),
clean: true,
},
Expand Down

0 comments on commit 5844c57

Please sign in to comment.