1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00

Don't need to target anything but PhantomJS in test

This commit is contained in:
Daniel Barber 2018-10-12 14:29:08 -04:00
parent 9534abffc8
commit 5aedecc9d5
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -45,10 +45,6 @@ exports.config = {
"@babel/preset-env", {
useBuiltIns: "entry",
targets: {
firefox: "60",
chrome: "67",
safari: "11",
edge: "17",
phantomjs: "2.1.1",
},
},