Skip to content
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: 🐛 align get provided exports with webpack #9050

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stormslowly
Copy link
Contributor

Summary

close #9016
the issue is caused by rspack's dll's manifest file contains an extract exports: [] in delegated modules's description.
the root of exports: [] is that rspack always return vec in get provided exports function.

solution

align the implementation with webpack

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

Copy link

netlify bot commented Jan 20, 2025

Deploy Preview for rspack canceled.

Name Link
🔨 Latest commit dc043d1
🔍 Latest deploy log https://app.netlify.com/sites/rspack/deploys/678e0101b7484200082a8711

Copy link

codspeed-hq bot commented Jan 20, 2025

CodSpeed Performance Report

Merging #9050 will not alter performance

Comparing fix/align_provide_exports (dc043d1) with main (92f6cff)

🎉 Hooray! codspeed-node just leveled up to 4.0.0!

A heads-up, this is a breaking change and it might affect your current performance baseline a bit. But here's the exciting part - it's packed with new, cool features and promises improved result stability 🥳!
Curious about what's new? Visit our releases page to delve into all the awesome details about this new version.

Summary

✅ 3 untouched benchmarks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: DLL Reference plugin results in ESModulesLinkingWarning for CJS files
2 participants