[babel 8] fallback targets to "defaults, not ie 11" (#12989)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"plugins": ["transform-typescript"],
|
||||
"presets": ["env"]
|
||||
"presets": [["env", { "targets": { "browsers": "ie 6" } }]]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user