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: 🐛 module resolution with rspack #1

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

Thiry1
Copy link
Contributor

@Thiry1 Thiry1 commented Dec 23, 2024

Since rspack@1.0.0-alpha.3, we have been facing an issue where modules cannot be resolved correctly.
We've found that adding a style field to the package.json file can help avoid this issue.
This PR aims to enable module resolution in rspack as intended. However, since it follows the approach proposed in the Sass RFC for the package importer, we expect it to serve as a universal solution to the problem, not limited to rspack.

see: web-infra-dev/rspack#8057

@misuken-now misuken-now merged commit cd8fdad into misuken-now:main Dec 24, 2024
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.

3 participants