diff options
Diffstat (limited to '.babelrc')
-rw-r--r-- | .babelrc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.babelrc b/.babelrc new file mode 100644 index 0000000..016e140 --- /dev/null +++ b/.babelrc @@ -0,0 +1,13 @@ +{ + "presets": [ + [ + "env", + { + "modules": false + } + ] + ], + "plugins": [ + "external-helpers" + ] + }
\ No newline at end of file |