summaryrefslogtreecommitdiff
path: root/babel.config.json
diff options
context:
space:
mode:
authorSam Light <samlight1994@gmail.com>2022-09-05 12:29:33 +0100
committerSam Light <samlight1994@gmail.com>2022-09-05 12:29:33 +0100
commitb9de84a6160788a226582f0a23dadb62e55ccab5 (patch)
treec3556eb0d140e7825700a0252220e223b2b0b474 /babel.config.json
parent7c93841d147572f5c87c088ff4f599663ce4bac7 (diff)
Added build system for the js
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"}]
+ ]
+}