1
0
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:
Daniel Barber 2018-10-12 15:51:53 -04:00
parent d02ec2b377
commit ba0c1c5f47
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -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",
},
},
],