mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
Align Babel targets with browsers that have CSS grid support
This commit is contained in:
parent
d02ec2b377
commit
ba0c1c5f47
@ -69,10 +69,10 @@ exports.config = {
|
||||
"@babel/preset-env", {
|
||||
useBuiltIns: "entry",
|
||||
targets: {
|
||||
firefox: "49",
|
||||
chrome: "53",
|
||||
safari: "10",
|
||||
edge: "14",
|
||||
firefox: "52",
|
||||
chrome: "57",
|
||||
safari: "10.3",
|
||||
edge: "16",
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user