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
Fix browser bundling warnings by:
- Re-enabling Node polyfill for browser bundle
- Create browser mappings for Node-only tests which use
`crypto.createHash`, which does not have a polyfill
FixesAzure#27106
### Issues associated with this PR
- Fixes#27106
### Describe the problem that is addressed by this PR
Fix browser bundling warnings by:
- Create browser mappings for Node-only tests which use
`crypto.createHash`, which does not have a polyfill
- Re-enabling Node polyfill for browser bundle
### Packages impacted by this PR
- `@azure/keyvault-keys`
Repro Steps
git clean -xdf
from repo root)rush install
rush build --to @azure/keyvault-keys
rush build --to @azure/keyvault-keys
Expected
No packages should need to be rebuilt, since there have been no changes to the repo.
Actual
@azure/keyvault-keys
is rebuilt, but all other packages are not:The text was updated successfully, but these errors were encountered: