Skip to content

Commit

Permalink
fix: typo rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
vecheslav committed Sep 17, 2021
1 parent 58667c5 commit 7de49a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const bundle = {
sourcemap: true,
globals: {
'@solana/web3.js': 'solanaWeb3',
'@solana/spl-token': 'crypto',
'@solana/spl-token': 'splToken',
crypto: 'crypto',
},
},
Expand Down

0 comments on commit 7de49a7

Please sign in to comment.