From 547d7d7d4c3d33cbfecbba4b8e7c737690f9b749 Mon Sep 17 00:00:00 2001 From: Kassim Benhaddad Date: Mon, 15 Feb 2021 08:55:15 +0000 Subject: [PATCH] Change babel sourceType to unamiguous --- babel.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/babel.config.js b/babel.config.js index 08e71d91f5..e68d3fd740 100644 --- a/babel.config.js +++ b/babel.config.js @@ -3,6 +3,7 @@ module.exports = { // Keep the root as a root '.' ], + sourceType: 'unambiguous', presets: [ [ '@babel/preset-env',