Open
Description
What problem does this feature solve?
The documentation of @vue/babel-preset-app
says that the browserslist input is taken from the package.json file, but by default browserslist and @babel/preset-env
state, that also the file .browserslist
is considered.
What does the proposed API look like?
Extend the documentation of @vue/babel-preset-app
to state explicitly, whether the .browserslist
file is considered.