We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
resolve.symlinks
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
System: OS: macOS 15.4 CPU: (10) arm64 Apple M1 Max Memory: 5.47 GB / 64.00 GB Shell: 5.9 - /bin/zsh Browsers: Chrome: 135.0.7049.85 Safari: 18.4 npmPackages: @rspress/config: workspace:* => 1.0.0
TypeScript complains, and enforce passing it takes no effect.
web-infra-dev/rspress#2052 (comment)
Add in e2e/fixtures/symlink/rspress.config.ts
e2e/fixtures/symlink/rspress.config.ts
builderConfig: { resolve: { symlinks: false } },
Run
pnpm test:e2e symlink
The text was updated successfully, but these errors were encountered:
Oh, found:
builderConfig: { tools: { rspack: { resolve: { symlinks: false } } }, }
Sorry, something went wrong.
Currently only tools.rspack.resolve.symlink is available.
tools.rspack.resolve.symlink
We are still hesitant to add a resolve.symlink option to the Rsbuild configuration, as its usage scenarios seem to be relatively rare.
resolve.symlink
That's fine, I just don't know there is tools.rspack.resolve.symlink available.
No branches or pull requests
Version
Details
TypeScript complains, and enforce passing it takes no effect.
Reproduce link
web-infra-dev/rspress#2052 (comment)
Reproduce Steps
Add in
e2e/fixtures/symlink/rspress.config.ts
Run
The text was updated successfully, but these errors were encountered: