Summary
When using next dev --turbo, I get the error: Error: @pigment-css/react: You were trying to call "css" function without configuring your bundler. because withPigment from @pigment-css/nextjs-plugin works by adding a webpack plugin which is not supported yet by Turbopack as stated in their docs: Will we be able to use webpack plugins?.
Examples
N/A
Motivation
I want to benefit from dev server performance improvements of Turbopack while using @pigment-css/react
Search keywords: pigment, turbopack
Summary
When using
next dev --turbo, I get the error:Error: @pigment-css/react: You were trying to call "css" function without configuring your bundler.becausewithPigmentfrom@pigment-css/nextjs-pluginworks by adding a webpack plugin which is not supported yet by Turbopack as stated in their docs: Will we be able to use webpack plugins?.Examples
N/A
Motivation
I want to benefit from dev server performance improvements of Turbopack while using
@pigment-css/reactSearch keywords: pigment, turbopack