mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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:
parent
c643ec4129
commit
f080ae5e51
1 changed files with 0 additions and 1 deletions
|
|
@ -49,7 +49,6 @@ esbuild(
|
|||
"dependency-graph",
|
||||
"magic-string",
|
||||
"semver",
|
||||
"source-map",
|
||||
"sourcemap-codec",
|
||||
"tslib",
|
||||
"yargs",
|
||||
|
|
|
|||
Loading…
Reference in a new issue