File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
build-tests/heft-sass-test/config
rigs/heft-web-rig/profiles Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 16
16
"pluginName" : " set-environment-variables-plugin" ,
17
17
"options" : {
18
18
"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
19
23
"BROWSERSLIST_IGNORE_OLD_DATA" : " 1"
20
24
}
21
25
}
Original file line number Diff line number Diff line change 28
28
"pluginName" : " set-environment-variables-plugin" ,
29
29
"options" : {
30
30
"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
31
35
"BROWSERSLIST_IGNORE_OLD_DATA" : " 1"
32
36
}
33
37
}
Original file line number Diff line number Diff line change 28
28
"pluginName" : " set-environment-variables-plugin" ,
29
29
"options" : {
30
30
"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
31
35
"BROWSERSLIST_IGNORE_OLD_DATA" : " 1"
32
36
}
33
37
}
You can’t perform that action at this time.
0 commit comments