Files
cypress/browser-versions.json
rockindahizzy 232173b145 fix: Add polyfill for Chrome V65+ (#23689)
* fix: Add polyfill for Chrome V65+

* Improve targets def

* Improvement to keep bundle size down https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#modernpolyfills

* Add version to browser-version to integration test driver against min chrome version

* Polyfill all modules & add all supported browser's min versions

* Add flag to prevent a legacy chunk being created for all assets. This dramatically reduces bundle size
2022-09-12 11:11:34 +10:00

6 lines
109 B
JSON

{
"chrome:beta": "105.0.5195.28",
"chrome:stable": "104.0.5112.101",
"chrome:minimum": "64.0.3282.0"
}