Next.js Discord

Discord Forum

a bug in next 15 when turbopack is enabled when using url in css

Unanswered
Scaly-naped Pigeon posted this in #help-forum
Open in Discord
Avatar
Scaly-naped PigeonOP
I noticed a bug when I imported a url into css when turbopack is running

// globals.css
@import url("pages/website.css");

if i added a url like this into css while --turbopack is running then I am getting an error but If I removed --turbopack from package.json its working fine.

0 Replies