Merge pull request #2565 from thelounge/xpaw/modern-babel

Target more modern browsers in babel
This commit is contained in:
Jérémie Astori 2018-06-17 13:56:13 -04:00 committed by GitHub
commit c46eca1873
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,10 @@ const config = {
presets: [
["env", {
targets: {
browsers: "last 2 versions",
browsers: [
"last 1 year",
"firefox esr",
],
},
}],
],