Turbopack doesn't support global SASS #81872
dobrakmato
started this conversation in
Turbopack Error Report
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using next=
15.4.2
.single import in _app.tsx
leads to rather funny error, where turbopack/next.js complains that I shoudn't be importing the global CSS from
_app.js
, but move it to_app.js
😄 :One idea that comes to my mind is that maybe the error really has "app.js" hardcoded, and completely ignores other extensions (jsx, tsx, ...).
Workaround: Do not use turbopack and the error disappears.
Beta Was this translation helpful? Give feedback.
All reactions