Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): display warning when using `resou…
Browse files Browse the repository at this point in the history
…rcesOutputPath` with esbuild builder

`resourcesOutputPath` option is not supported when using the esbuild based builder.

Closes #25658

(cherry picked from commit 4935172)
  • Loading branch information
alan-agius4 authored and dgp1130 committed Aug 10, 2023
1 parent 32cf946 commit 221ab24
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const UNSUPPORTED_OPTIONS: Array<keyof BrowserBuilderOptions> = [
// * Unused by builder and will be removed in a future release
'namedChunks',
'vendorChunk',
'resourcesOutputPath',

// * Currently unsupported by esbuild
'webWorkerTsConfig',
Expand Down

0 comments on commit 221ab24

Please sign in to comment.