Skip to content

Commit

Permalink
fix(credential-provider-web-identity): exclude node.js code from brow…
Browse files Browse the repository at this point in the history
…ser bundle (#3005)
  • Loading branch information
AllanZhengYP committed Nov 11, 2021
1 parent 6cdee41 commit 7ba033a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/credential-provider-web-identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
"test": "jest"
},
"browser": {
"./dist-es/fromTokenFile": false,
"./dist-cjs/fromTokenFile": false
},
"react-native": {
"./dist-es/fromTokenFile": false,
"./dist-cjs/fromTokenFile": false
},
"keywords": [
"aws",
"credentials"
Expand Down

0 comments on commit 7ba033a

Please sign in to comment.