-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Turbopack] weird node_modules import issue #6483
Comments
Hi, just confirming I'm understanding: You can get the version of Turborepo that you're using with |
|
Ah gotcha, this is an issue with turbopack. I'll label it as such and alert the team. |
Dug a bit into this as it wasn't clear what the exact cause of the issue was. Minimal reproduction: https://github.com/timneutkens/sass-resolve-issue The underlying issue is that all |
Might be the same / similar issue as vercel/next.js#60088 |
Next.js with Turbopack is now passing all tests we have for Sass support, including importing external packages 🙌 Please give it a try using npm install next@canary and let me know if you're running into anything else. |
Closing for now as it should be fixed, feel free to create a new issue in the next.js repo |
What version of Turbopack are you using?
unsure, NextJS v 14.0.2
What package manager are you using / does the bug impact?
pnpm
What operating system are you using?
Windows
Describe the Bug
import code (my global.scss file):
node_modules directory:
Error message:
Expected Behavior
It should import and be used like it does when I don't use Turbopack, and the website should render.
To Reproduce
install bootstrap-icons and try to use them in a scss project
Reproduction Repo
No response
The text was updated successfully, but these errors were encountered: