diff options
author | Sam Light <samlight1994@gmail.com> | 2022-09-05 12:29:33 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2022-09-05 12:29:33 +0100 |
commit | b9de84a6160788a226582f0a23dadb62e55ccab5 (patch) | |
tree | c3556eb0d140e7825700a0252220e223b2b0b474 /babel.config.json | |
parent | 7c93841d147572f5c87c088ff4f599663ce4bac7 (diff) |
Added build system for the js
Diffstat (limited to 'babel.config.json')
-rw-r--r-- | babel.config.json | 8 |
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"}] + ] +} |