We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6cde30 commit 846a0a2Copy full SHA for 846a0a2
packages/get-starknet/webpack.config.build.js
@@ -18,6 +18,8 @@ module.exports = (env) =>
18
merge(common, {
19
mode: 'production',
20
output: {
21
+ filename: '[name].[contenthash].js?v=[fullhash]', // Appends a cache-busting query string
22
+ chunkFilename: '[name].[contenthash].js?v=[fullhash]', // For dynamically imported chunks
23
publicPath: process.env.GET_STARKNET_PUBLIC_PATH || 'https://snaps.consensys.io/starknet/get-starknet/v1/',
24
},
25
plugins: [
0 commit comments