From d85c91ce2e3aa49039adad3a062db7d750345760 Mon Sep 17 00:00:00 2001 From: dkanada Date: Wed, 17 Feb 2021 11:44:56 +0900 Subject: [PATCH] Merge pull request #2417 from MrLemur/source-type-change Change babel.config.js sourceType to unamiguous (cherry picked from commit fee5731038a1dded3a01347a766329ef2222be50) Signed-off-by: Joshua M. Boniface --- 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',