From 105a5865404d770a5e82111aa5fbb737e3c82e7e Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 4 Nov 2023 16:13:52 +0100 Subject: [PATCH] Created the babel.config.js --- babel.config.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 babel.config.js diff --git a/babel.config.js b/babel.config.js new file mode 100644 index 0000000..e00595d --- /dev/null +++ b/babel.config.js @@ -0,0 +1,3 @@ +module.exports = { + presets: [require.resolve('@docusaurus/core/lib/babel/preset')], +};