Skip to content

Commit

Permalink
chore: update chunkFilename (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
khanti42 authored Dec 2, 2024
1 parent 6d972dc commit 464d65c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/get-starknet/webpack.config.build.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ module.exports = (env) =>
merge(common, {
mode: 'production',
output: {
filename: '[name].[contenthash].js?v=[fullhash]', // Appends a cache-busting query string
chunkFilename: '[name].[contenthash].js?v=[fullhash]', // For dynamically imported chunks
publicPath: process.env.GET_STARKNET_PUBLIC_PATH || 'https://snaps.consensys.io/starknet/get-starknet/v1/',
},
plugins: [
Expand Down

0 comments on commit 464d65c

Please sign in to comment.