From 91645e58be8324f0496eb8ddceffef8644378091 Mon Sep 17 00:00:00 2001 From: Markus Hatvan Date: Thu, 7 Oct 2021 07:52:31 +0200 Subject: chore: simplify babel configuration (#2029) --- babel.config.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'babel.config.json') diff --git a/babel.config.json b/babel.config.json index d24207a8c..03f768c6c 100644 --- a/babel.config.json +++ b/babel.config.json @@ -1,11 +1,10 @@ { - "babelrcRoots": [".", "packages/*"], "presets": [ [ "@babel/preset-env", { "targets": { - "electron": 13 + "electron": 15 } } ], @@ -18,27 +17,18 @@ "legacy": true } ], - "@babel/proposal-export-default-from", [ "@babel/proposal-class-properties", { "loose": true } ], - "@babel/proposal-throw-expressions", - "@babel/syntax-dynamic-import", [ "formatjs", { "idInterpolationPattern": "[sha512:contenthash:base64:6]", "ast": true } - ], - [ - "@babel/plugin-proposal-private-methods", - { - "loose": true - } ] ], "sourceMaps": "inline" -- cgit v1.2.3-54-g00ecf