Update browser baseline for boot script
The client's boot script supports older browsers than the rest of the client so it can log a warning if it can't start in "somewhat" older browsers. Update the boot script's supported officially browsers from ~2013 (IE 11) to ~2017 (Safari 11), although the code will probably still run in older browsers. This allows dropping an async/await Babel plugin, although async is not actually used in the current boot script.
Showing
... | ... | @@ -43,7 +43,6 @@ |
"babel-plugin-inject-args": "^1.0.0", | ||
"babel-plugin-istanbul": "^7.0.0", | ||
"babel-plugin-mockable-imports": "^2.0.1", | ||
"babel-plugin-transform-async-to-promises": "^0.8.6", | ||
"chai": "^5.0.0", | ||
"chance": "^1.0.13", | ||
"classnames": "^2.2.4", | ||
... | ... |
Please register or sign in to comment