From b9de84a6160788a226582f0a23dadb62e55ccab5 Mon Sep 17 00:00:00 2001 From: Sam Light Date: Mon, 5 Sep 2022 12:29:33 +0100 Subject: Added build system for the js --- babel.config.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 babel.config.json (limited to 'babel.config.json') 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"}] + ] +} -- cgit v1.2.3