Skip to content
Commit 4eaadd25 authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez
Browse files

Get target browsers for Babel in "vue/" from browserslist



If the target browsers are not explicitly set in the Babel configuration
they will be got from the browserslist configuration. The browserslist
configuration for the "vue/" directory is set in its "package.json" file
with the same targets that there were in the Babel configuration, so
removing them from the Babel configuration does not change anything at
this point. However, this is a preparatory step to keep the target
browsers in sync with the ones used in Nextcloud server by means of the
browserslist configuration.

Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
parent 64828d50
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment