We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
resourcesOutputPath
1 parent 340ae3c commit 4935172Copy full SHA for 4935172
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