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

Export overlay module in package.json #12

Merged

Conversation

MIGUELez11
Copy link
Contributor

What

Added the overlay module to the package.json exports to make it accessible for external consumption.

Why

The ReactRefreshRspackPlugin accepts a module option which should be able to use the default overlay implementation. Currently, without exposing the overlay module, it's not possible to extend or wrap the original overlay functionality.

How

Added the overlay module to the package exports in package.json.

Testing

  • Verified the overlay module can be imported from the package
  • Confirmed the original overlay functionality works when imported externally

@LingyuCoder
Copy link
Contributor

Thanks

@LingyuCoder LingyuCoder merged commit e6a010d into rspack-contrib:main Dec 9, 2024
1 check passed
@MIGUELez11
Copy link
Contributor Author

Thanks

To you for your quick response :D

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.

2 participants