mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-10 00:59:47 -06:00
* 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
6 lines
109 B
JSON
6 lines
109 B
JSON
{
|
|
"chrome:beta": "105.0.5195.28",
|
|
"chrome:stable": "104.0.5112.101",
|
|
"chrome:minimum": "64.0.3282.0"
|
|
}
|