Skip to content

Commit

Permalink
chore: add SNAP_VERSION env set in webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
khanti42 committed Nov 25, 2024
1 parent 306c404 commit 7076f03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/get-starknet/webpack.config.build.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = (env) =>
plugins: [
new webpack.DefinePlugin({
'process.env.SNAP_ID': JSON.stringify(process.env.SNAP_ID || 'npm:@consensys/starknet-snap'),
'process.env.SNAP_VERSION': JSON.stringify(process.env.SNAP_VERSION || '*'),
}),
new ModuleFederationPlugin({
name: 'MetaMaskStarknetSnapWallet',
Expand Down

0 comments on commit 7076f03

Please sign in to comment.