diff options
Diffstat (limited to '.babelrc')
-rw-r--r-- | .babelrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.babelrc b/.babelrc new file mode 100644 index 00000000..cd38bcca --- /dev/null +++ b/.babelrc | |||
@@ -0,0 +1,5 @@ | |||
1 | { | ||
2 | "presets": [ | ||
3 | ["env", {"modules": false}] | ||
4 | ] | ||
5 | } | ||