Merge pull request #2565 from thelounge/xpaw/modern-babel
Target more modern browsers in babel
This commit is contained in:
commit
c46eca1873
@ -46,7 +46,10 @@ const config = {
|
||||
presets: [
|
||||
["env", {
|
||||
targets: {
|
||||
browsers: "last 2 versions",
|
||||
browsers: [
|
||||
"last 1 year",
|
||||
"firefox esr",
|
||||
],
|
||||
},
|
||||
}],
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user