Skip to content

Commit 87c62f7

Browse files
committed
Add BROWSERSLIST_IGNORE_OLD_DATA env var during build.
1 parent bc16497 commit 87c62f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

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

0 commit comments

Comments
 (0)