-
-
Notifications
You must be signed in to change notification settings - Fork 595
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
fix ts-loader error(#6306) #6557
Conversation
# Conflicts: # packages/rspack/etc/api.md # packages/rspack/src/config/adapterRuleUse.ts # packages/rspack/src/loader-runner/index.ts # packages/rspack/src/rspackOptionsApply.ts
# Conflicts: # pnpm-lock.yaml
✅ Deploy Preview for rspack ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
This pull request has been automatically marked as stale because it has not had recent activity. If this pull request is still relevant, please leave any comment (for example, "bump"). |
thanks for your work, we're sorry not review in time, close this pr since it's outdated and it seems this issue is fixed |
Summary
I tried to pass _module.buildMeta out of Rust, but I failed. In the end, I used a simple method to directly give the literal value of _module={buildMeta: {}} in the ts code. This issue #6306 .
Checklist