From 488106f580ab8d254e909803a0716de441b32cbd Mon Sep 17 00:00:00 2001 From: JGiter Date: Tue, 5 Apr 2022 12:14:37 +0300 Subject: [PATCH] docs: install in browser application --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b80ac661..faa16eb3 100644 --- a/README.md +++ b/README.md @@ -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.