diff --git a/.babelrc b/.babelrc index 458b0c2..a886951 100644 --- a/.babelrc +++ b/.babelrc @@ -4,11 +4,8 @@ "env", { "targets": { - "browsers": [ - "ie 11" - ] - }, - "useBuiltIns": true + "ie": 11 + } } ], "stage-2"