Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Commit ab7a552

Browse files
committed
Add BROWSERSLIST_IGNORE_OLD_DATA workaround
1 parent 4b958b1 commit ab7a552

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

common/config/azure-pipelines/templates/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ steps:
1414
displayName: 'Rush Install'
1515
- script: 'node common/scripts/install-run-rush.js rebuild --verbose --production'
1616
displayName: 'Rush Rebuild'
17+
env:
18+
# Prevent time-based browserslist update warning
19+
# See https://github.com/microsoft/rushstack/issues/2981
20+
BROWSERSLIST_IGNORE_OLD_DATA: 1

0 commit comments

Comments
 (0)