v0.4.0
What's new
This release lets you add a browserslist-config-baseline object to your package.json:
- Set
"logConfigToConsole": trueto see yourbrowserslistconfig every time it is called. - Set
"includeDownstreamBrowsers": trueto include downstream browsers from@mdn/browser-compat-dataandbaseline-browser-mapping.- You will see a console warning if you have
/with-downstreamin yourextendsstatement but you have"includeDownstreamBrowsers": falsein yourpackage.json.browserslist-config-baselinewill not include downstream browses in this case.
- You will see a console warning if you have
- Set
"baselineYear": YYYYor"widelyAvailableOnDate": "YYYY-MM-DD"targets.- You will receive a warning in the console if one of these options conflicts with your
extendsstatement.browserslist-config-baselinewill proceed with whatever the earliest target is.
- You will receive a warning in the console if one of these options conflicts with your
Thanks to @notpushkin!
Full Changelog: v0.3.0...v0.4.0