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
{{ message }}
This repository was archived by the owner on May 11, 2018. It is now read-only.
I think we should promote shareable browsers config instead of browsers option. Maybe browserslist key in package.json will be the best way.
I think most of babel-preset-env users also use Autoprefixer. So for better maintainability they should use shareable browsers config to use same browsers list in Autoprefixer and babel-preset-env. But most of developers doesn’t know about this option and benefits of it.
I already removedbrowsers option from all examples in Autoprefixer docs and focused on sharable configs.
I think we should promote shareable browsers config instead of
browsersoption. Maybebrowserslistkey inpackage.jsonwill be the best way.I think most of babel-preset-env users also use Autoprefixer. So for better maintainability they should use shareable browsers config to use same browsers list in Autoprefixer and babel-preset-env. But most of developers doesn’t know about this option and benefits of it.
I already removed
browsersoption from all examples in Autoprefixer docs and focused on sharable configs.