diff --git a/babel-preset/configs/main.js b/babel-preset/configs/main.js index c2f4d483efdacb..b30d0341ecf818 100644 --- a/babel-preset/configs/main.js +++ b/babel-preset/configs/main.js @@ -6,7 +6,6 @@ * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * - * @format */ 'use strict'; @@ -37,7 +36,7 @@ const getPreset = (src, options) => { [ 'transform-es2015-modules-commonjs', {strict: false, allowTopLevelThis: true}, - ], + ] ); if (isNull || src.indexOf('async') !== -1 || src.indexOf('await') !== -1) {