Anyone tried Next.js 12?

I wonder if there are any issues with rescript and the new version of Next (v12)

1 Like

I upgraded seamlessly. But I still have to enable de SWC since I have a custom babel config.

{
  "presets": ["next/babel"]
}

Good news… I deleted the .babelrc file and this enabled SWC. All works well with rescript :ok_hand:

super fast compiling :clap:

8 Likes