Default browserslist should include Googlebot (Chrome 41)
Created by: buildbreakdo
Googlebot is based on Chrome 41 and should be included in the default browserslist in package.json:
...
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
...
Googlebot uses a web rendering service (WRS) that is based on Chrome 41 (M41). Generally, WRS supports the same web platform features and capabilities that the Chrome version it uses — for a full list refer to chromestatus.com, or use the compare function on caniuse.com.
Source: https://developers.google.com/search/docs/guides/rendering