You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current version of next-layout-loader requires babel-plugin-codegen & babel-plugin-preval, leading to Next.js opting out of optimisations available from swc.
Ideally, there would be a way to perform code generation in an swc plugin, but I don't know how to do that.
All help is appreciated!
The text was updated successfully, but these errors were encountered:
The current version of
next-layout-loader
requiresbabel-plugin-codegen
&babel-plugin-preval
, leading to Next.js opting out of optimisations available fromswc
.Ideally, there would be a way to perform code generation in an
swc
plugin, but I don't know how to do that.All help is appreciated!
The text was updated successfully, but these errors were encountered: