-
-
Notifications
You must be signed in to change notification settings - Fork 603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add support for output.crossOriginLoading config #2632
Conversation
|
Webpack has |
#[serde(rename_all = "camelCase")] | ||
#[napi(object)] | ||
pub struct RawCrossOriginLoading { | ||
#[napi(ts_type = "boolean | string")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The typing here seems differentiated from the usage "bool" | "string"
Summary
Add support for output.crossOriginLoading config, same as webpack:crossOriginLoading.
Document: https://github.com/web-infra-dev/rspack-website/pull/255
anonymous
use-credentials
Related issue (if exists)
Types of changes
Checklist
pnpm run changeset
.