From 1ecb0cc066ff9b1e5bc93c5b5199e7f96e8d89e3 Mon Sep 17 00:00:00 2001 From: shikai Date: Sat, 12 Feb 2022 23:07:04 +0800 Subject: [PATCH] Signed-off-by: shikai Modify build.gn of util --- util/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/util/BUILD.gn b/util/BUILD.gn index de89adf..bf9ce57 100755 --- a/util/BUILD.gn +++ b/util/BUILD.gn @@ -54,6 +54,7 @@ action("gen_util_abc") { rebase_path("${ts2abc_build_path}"), "--node-modules", rebase_path("${node_modules}"), + "--module", ] deps = [ ":build_ts_js", -- Gitee