From 1c13e1794ae3fb2470754ad615226365386a6c46 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Tue, 22 Jun 2021 16:09:50 -0700 Subject: [PATCH] chore: Add source-maps to the core.cjs output --- src/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/src/BUILD.bazel b/src/BUILD.bazel index 5925ab498b2..d72303d4670 100644 --- a/src/BUILD.bazel +++ b/src/BUILD.bazel @@ -44,6 +44,7 @@ esbuild( entry_point = "//src/core:index.ts", format = "cjs", output = "core.cjs", + sources_content = True, # Needed so that node debugger can show Source Code. target = "es2017", tool = select({ "@bazel_tools//src/conditions:darwin": "@esbuild_darwin//:bin/esbuild",