build: remove source-map package from compiler-cli bundling external list (#46888)

The source-map package is no longer explicitly used in the
`compiler-cli` package and therefore can be removed from the ESBuild
bundling, denoting it as external. This should be a noop.

PR Close #46888
This commit is contained in:
Paul Gschwendtner 2022-07-19 08:12:10 +00:00 committed by Andrew Kushnir
parent c643ec4129
commit f080ae5e51

View file

@ -49,7 +49,6 @@ esbuild(
"dependency-graph",
"magic-string",
"semver",
"source-map",
"sourcemap-codec",
"tslib",
"yargs",