summaryrefslogtreecommitdiff
path: root/babel.config.json
diff options
context:
space:
mode:
Diffstat (limited to 'babel.config.json')
-rw-r--r--babel.config.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/babel.config.json b/babel.config.json
new file mode 100644
index 0000000..abb7bac
--- /dev/null
+++ b/babel.config.json
@@ -0,0 +1,8 @@
+{
+ "presets": [
+ "@babel/preset-env"
+ ],
+ "plugins": [
+ ["polyfill-corejs3", { "method": "usage-global"}]
+ ]
+}