Closed johnnygerard closed 2 weeks ago
last 2 Chrome versions
should also cover support for Andriod as these versions are typically the same and have the same set of features. Esbuild does not different between Chrome and Chrome for Andriod.
Your link does not mention Browserslist versions.
last 2 Chrome versions
targets Chrome desktop versions only.
This can be verified on Browserslist.
The browserslist results are transformed to esbuild targets which does differentiate between Chrome for Android and Desktop.
We could add last 2 ChromeAndroid versions
to the browserslist, but this is redundant as functionality wise, adding last 2 ChromeAndroid versions
to your browserslist will not do anything to the output.
@alan-agius4 Thank you for clarifying.
On second thoughts, let’s add it to avoid future confusion 😀.
Thought to kick start my contributions in this repo from the good first issue. Thanks @johnnygerard and @alan-agius4 for the opportunity.
Command
generate
Is this a regression?
The previous version in which this bug was not present was
No response
Description
Running
ng g config browserslist
produces the current.browserslistrc
:It looks like
last 2 ChromeAndroid versions
is missing.Here are relevant links from angular.io:
Minimal Reproduction
Exception or Error
N/A
Your Environment
Anything else relevant?
No response