-
-
Notifications
You must be signed in to change notification settings - Fork 53
[nextjs] Support Turbopack #6
Copy link
Copy link
Open
Labels
integration: nextjsNext.jsNext.jstype: new featureExpand the scope of the product to solve a new problem.Expand the scope of the product to solve a new problem.
Metadata
Metadata
Assignees
Labels
integration: nextjsNext.jsNext.jstype: new featureExpand the scope of the product to solve a new problem.Expand the scope of the product to solve a new problem.
Projects
Status
Backlog
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