You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My idea was to either wait until we use Babel (with Webpack?) or to properly define what Browsers we want/need to support and what features we can safely use, ideally by looking at user agent strings from user requests.
The first thing would be to check the code with eslint-plugin-compat (#188) against our current browserlist (which is Browsers supporting flexbox):
We currently don't use ES 6.
My idea was to either wait until we use Babel (with Webpack?) or to properly define what Browsers we want/need to support and what features we can safely use, ideally by looking at user agent strings from user requests.
The first thing would be to check the code with eslint-plugin-compat (#188) against our current browserlist (which is Browsers supporting
flexbox
):brouter-web/package.json
Line 25 in 029bdad
The text was updated successfully, but these errors were encountered: