From 7b08f37a515def82fc7f3e6e0272520d5398ec47 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 3 Sep 2024 01:56:48 +0200 Subject: [PATCH] build(frontend): update babel config --- babel.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babel.config.js b/babel.config.js index bf4b93dce..ff0b62922 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,4 +1,4 @@ -module.exports = (api) => { +export default (api) => { api.cache(true); const presets = [