Skip to content

Commit f6f8f8b

Browse files
iclantonoctogonz
andauthored
Include doc comments about the env vars.
Co-authored-by: Pete Gonzalez <4673363+octogonz@users.noreply.github.com>
1 parent e5ab745 commit f6f8f8b

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

build-tests/heft-sass-test/config/heft.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
"pluginName": "set-environment-variables-plugin",
1717
"options": {
1818
"environmentVariablesToSet": {
19+
// Suppress the "Browserslist: caniuse-lite is outdated" warning. Although the warning is
20+
// potentially useful, the check is performed in a way that is nondeterministic and can cause
21+
// Rush pipelines to fail. Moreover, the outdated version is often irrelevant and/or nontrivial
22+
// to upgrade. See this thread for details: https://github.com/microsoft/rushstack/issues/2981
1923
"BROWSERSLIST_IGNORE_OLD_DATA": "1"
2024
}
2125
}

rigs/heft-web-rig/profiles/app/config/heft.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
"pluginName": "set-environment-variables-plugin",
2929
"options": {
3030
"environmentVariablesToSet": {
31+
// Suppress the "Browserslist: caniuse-lite is outdated" warning. Although the warning is
32+
// potentially useful, the check is performed in a way that is nondeterministic and can cause
33+
// Rush pipelines to fail. Moreover, the outdated version is often irrelevant and/or nontrivial
34+
// to upgrade. See this thread for details: https://github.com/microsoft/rushstack/issues/2981
3135
"BROWSERSLIST_IGNORE_OLD_DATA": "1"
3236
}
3337
}

rigs/heft-web-rig/profiles/library/config/heft.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
"pluginName": "set-environment-variables-plugin",
2929
"options": {
3030
"environmentVariablesToSet": {
31+
// Suppress the "Browserslist: caniuse-lite is outdated" warning. Although the warning is
32+
// potentially useful, the check is performed in a way that is nondeterministic and can cause
33+
// Rush pipelines to fail. Moreover, the outdated version is often irrelevant and/or nontrivial
34+
// to upgrade. See this thread for details: https://github.com/microsoft/rushstack/issues/2981
3135
"BROWSERSLIST_IGNORE_OLD_DATA": "1"
3236
}
3337
}

0 commit comments

Comments
 (0)