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