We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 12.5.1 CPU: (10) arm64 Apple M1 Pro Memory: 136.94 MB / 32.00 GB Shell: 5.8.1 - /bin/zsh Binaries: Node: 16.20.0 - /usr/local/bin/node Yarn: 1.22.19 - /usr/local/bin/yarn npm: 8.19.4 - /usr/local/bin/npm Browsers: Chrome: 116.0.5845.187 Safari: 15.6.1 npmPackages: @rspack/cli: 0.3.4-canary-c2b97a1-20230915142753 => 0.3.4-canary-c2b97a1-20230915142753 @rspack/dev-client: 0.3.4-canary-c2b97a1-20230915142753 => 0.3.4-canary-c2b97a1-20230915142753
Expect exclude some resources use rule.oneOf[].exclude and fallback to next rule type: "asset/resource", but get compile error
rule.oneOf[].exclude
type: "asset/resource"
https://github.com/9aoy/rspack-issue-reproduce/tree/main/externalHelpers
The text was updated successfully, but these errors were encountered:
Rule.oneOf
Rule.rules
h-a-n-a
Successfully merging a pull request may close this issue.
System Info
System:
OS: macOS 12.5.1
CPU: (10) arm64 Apple M1 Pro
Memory: 136.94 MB / 32.00 GB
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 16.20.0 - /usr/local/bin/node
Yarn: 1.22.19 - /usr/local/bin/yarn
npm: 8.19.4 - /usr/local/bin/npm
Browsers:
Chrome: 116.0.5845.187
Safari: 15.6.1
npmPackages:
@rspack/cli: 0.3.4-canary-c2b97a1-20230915142753 => 0.3.4-canary-c2b97a1-20230915142753
@rspack/dev-client: 0.3.4-canary-c2b97a1-20230915142753 => 0.3.4-canary-c2b97a1-20230915142753
Details
Expect exclude some resources use
rule.oneOf[].exclude
and fallback to next ruletype: "asset/resource"
, but get compile errorReproduce link
https://github.com/9aoy/rspack-issue-reproduce/tree/main/externalHelpers
Reproduce Steps
The text was updated successfully, but these errors were encountered: