From 6e42c3d1c7619031e9bd7b26f9c235a609337528 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 3 Sep 2024 01:59:49 +0200 Subject: [PATCH] build(frontend): fix babel config --- babel.config.js => babel.config.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename babel.config.js => babel.config.cjs (95%) diff --git a/babel.config.js b/babel.config.cjs similarity index 95% rename from babel.config.js rename to babel.config.cjs index ff0b62922..bf4b93dce 100644 --- a/babel.config.js +++ b/babel.config.cjs @@ -1,4 +1,4 @@ -export default (api) => { +module.exports = (api) => { api.cache(true); const presets = [