Skip to content

Commit

Permalink
chore(rspack): add todo to check crossOrigin
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 committed Nov 5, 2024
1 parent 7f01297 commit 6209f1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rspack/src/utils/with-web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6209f1e

Please sign in to comment.