diff --git a/packages/rspack/src/utils/with-web.ts b/packages/rspack/src/utils/with-web.ts index 4c85dad59d0268..c5a45ddfb8a255 100644 --- a/packages/rspack/src/utils/with-web.ts +++ b/packages/rspack/src/utils/with-web.ts @@ -5,6 +5,7 @@ import { NxRspackExecutionContext } from './config'; export interface WithWebOptions { baseHref?: string; + // TODO: Check if this is supportable in rspack. It was only being used in the WriteIndexHtmlPlugin for Webpack. The same isn't supported in HtmlRspackPlugin. crossOrigin?: 'none' | 'anonymous' | 'use-credentials'; deployUrl?: string; extractCss?: boolean;