From 4b4078d0e9caa563ebfecab49a4c0daf131c5877 Mon Sep 17 00:00:00 2001 From: lixinnan Date: Mon, 22 Jul 2024 21:15:42 +0800 Subject: [PATCH] Differences in synchronization codes between blue and yellow areas V1 Signed-off-by: lixinnan Change-Id: Ief8be5b0ba7e02aa272c87d1dd63508cb1cb638f --- uglify-source.js | 1 - 1 file changed, 1 deletion(-) diff --git a/uglify-source.js b/uglify-source.js index 2e08230..067f447 100644 --- a/uglify-source.js +++ b/uglify-source.js @@ -12,7 +12,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - const fs = require('fs'); const path = require('path'); const uglifyJS = require('uglify-js'); -- Gitee