Skip to content

Commit

Permalink
docs: install in browser application
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiter committed Apr 5, 2022
1 parent a3e6deb commit 488106f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ Prerelease version
npm i iam-client-lib@canary
```

Some library dependencies require Node.js built-ins. Therefore when library is used in browser make sure they are polyfilled. If application is bundled with Webpack dependencies can be polyfilled with [node-polyfill-webpack-plugin](https://www.npmjs.com/package/node-polyfill-webpack-plugin)

### Initialization

Because of dependencies between modules they should be initialized in right order.
Expand Down

0 comments on commit 488106f

Please sign in to comment.