You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Historically, the browser bundles have been attached to the Github release page and users were expected to download the same. For example, see the release for @azure/storage-blob_12.0.0-preview.1.
Moving forward, we want to instead encourage users to use npm install to download the relevant package from npmjs.com and extract the browser bundle from the installed package. For example, run npm install @azure/storage-blob and then use the relevant file under the browser folder.
Please provide feedback on the new method to obtain browser bundles and how this would fit in your workflows.
Browser bundles
Historically, the browser bundles have been attached to the Github release page and users were expected to download the same. For example, see the release for @azure/storage-blob_12.0.0-preview.1.
Moving forward, we want to instead encourage users to use
npm install
to download the relevant package from npmjs.com and extract the browser bundle from the installed package. For example, runnpm install @azure/storage-blob
and then use the relevant file under thebrowser
folder.Please provide feedback on the new method to obtain browser bundles and how this would fit in your workflows.
/cc - @XiaoningLiu @bterlson @ramya-rao-a @kurtzeborn
The text was updated successfully, but these errors were encountered: