Skip to content

Commit

Permalink
Add hashes to chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Oct 24, 2023
1 parent 932ce8e commit 23d691e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/webpack/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const config = {
filename: "[name].js",
sourceMapFilename: "[name].js.map",
path: path.resolve(__dirname, "..", "..", "app/assets/builds"),
chunkFilename: "[name].[chunkhash].js",
},
resolve: {
modules: ["node_modules", "app/assets/javascripts"],
Expand Down

0 comments on commit 23d691e

Please sign in to comment.