From 58930efa96eb96a77e6cdee95e148545e7637e92 Mon Sep 17 00:00:00 2001 From: hangaoke <188869009@qq.com> Date: Tue, 9 Aug 2022 11:49:26 +0800 Subject: [PATCH] build: update gulp babel config --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index 95de1415..626c4747 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -90,6 +90,7 @@ function buildES() { }, ], ], + sourceType: 'unambiguous', }), ) .pipe(gulp.dest('lib/es/'));