Remove preset options

This commit is contained in:
Taylor Bryant 2018-12-25 01:28:54 -06:00
parent 2035626c6d
commit bf4cf52806
1 changed files with 2 additions and 11 deletions

View File

@ -1,12 +1,3 @@
{ {
"presets": [ "presets": ["env"]
[ }
"env",
{
"targets": {
"chrome": "60"
}
}
]
]
}