diff --git a/.babelrc b/.babelrc index 6570dbf..2c67ccf 100644 --- a/.babelrc +++ b/.babelrc @@ -1,10 +1,10 @@ { "presets": [ ["latest", { - "es2015": { + "env": { "modules": false } }] ], "plugins": ["external-helpers"] -} \ No newline at end of file +}