-
When: May 25, 2021 @ 15:00 CET Agenda
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
In a PR that updated cli-style I noticed that opera mini was causing a ton of warnings as it's a very bare-bones browser (it doesn't support promises for example). Temporary solution was to remove it from the browserslist. However, I suspect that that'll also mean that babel-env won't consider it for polyfilling (as that uses browserslist, I'm not sure if it uses our root browserslist at the moment). If that's correct, that means that our apps are possibly not usable on opera mini (no polyfills means no promises and thus everything breaking). Looking at the browser share for opera on mobile in Africa (https://gs.statcounter.com/browser-market-share/mobile/africa/#monthly-202004-202104) opera is the third largest browser (about 10%). Then again, maybe that's not representative of our users as our apps aren't really geared towards mobile usage anyways. Would be good to talk about this and decide if we either want to support opera mini and polyfill (I can silence the lint warnings by adding the polyfills to the eslint settings), or if we can definitively drop it from the browserslist. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I think we can drop Checkly and add https://percy.io |
Beta Was this translation helpful? Give feedback.
-
Meeting minutes PR: #287 |
Beta Was this translation helpful? Give feedback.
Meeting minutes PR: #287