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", {
|
"@babel/preset-env", {
|
||||||
useBuiltIns: "entry",
|
useBuiltIns: "entry",
|
||||||
targets: {
|
targets: {
|
||||||
firefox: "49",
|
firefox: "52",
|
||||||
chrome: "53",
|
chrome: "57",
|
||||||
safari: "10",
|
safari: "10.3",
|
||||||
edge: "14",
|
edge: "16",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user