Esbuild builder - support TypeScript path mappings #24654
Labels
angular/build:application
area: @angular-devkit/build-angular
feature: in backlog
Feature request for which voting has completed and is now in the backlog
feature
Issue that requests a new feature
Command
build
Is this a regression?
The previous version in which this bug was not present was
No response
Description
As the experimental esbuild does not yet support features like respecting the
paths
from tsconfig.json that lack of features can be workarounded by custom esbuild plugins (esbuild-ts-paths in the case of the missingpaths
transforming).But plugins can't be passed to the
esbuild.build
function yet.Describe the solution you'd like
Pass another option
plugins
toesbuild.build
like it was done for theexternal
option in #23322Minimal Reproduction
Exception or Error
No response
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: