a bug in next 15 when turbopack is enabled when using url in css
Unanswered
Scaly-naped Pigeon posted this in #help-forum
Scaly-naped PigeonOP
I noticed a bug when I imported a url into css when turbopack is running
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.
// 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.