Skip to content

Commit 221ab24

Browse files
alan-agius4dgp1130
authored andcommittedAug 10, 2023
fix(@angular-devkit/build-angular): display warning when using resourcesOutputPath with esbuild builder
`resourcesOutputPath` option is not supported when using the esbuild based builder. Closes #25658 (cherry picked from commit 4935172)
1 parent 32cf946 commit 221ab24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/angular_devkit/build_angular/src/builders/browser-esbuild/builder-status-warnings.ts

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const UNSUPPORTED_OPTIONS: Array<keyof BrowserBuilderOptions> = [
2727
// * Unused by builder and will be removed in a future release
2828
'namedChunks',
2929
'vendorChunk',
30+
'resourcesOutputPath',
3031

3132
// * Currently unsupported by esbuild
3233
'webWorkerTsConfig',

0 commit comments

Comments
 (0)
Please sign in to comment.