We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
resourcesOutputPath
1 parent 32cf946 commit 221ab24Copy full SHA for 221ab24
packages/angular_devkit/build_angular/src/builders/browser-esbuild/builder-status-warnings.ts
@@ -27,6 +27,7 @@ const UNSUPPORTED_OPTIONS: Array<keyof BrowserBuilderOptions> = [
27
// * Unused by builder and will be removed in a future release
28
'namedChunks',
29
'vendorChunk',
30
+ 'resourcesOutputPath',
31
32
// * Currently unsupported by esbuild
33
'webWorkerTsConfig',
0 commit comments