Skip to content

Commit

Permalink
chore: Add source-maps to the core.cjs output
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery committed Jun 22, 2021
1 parent 900361b commit 1c13e17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BUILD.bazel
Expand Up @@ -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",
Expand Down

0 comments on commit 1c13e17

Please sign in to comment.