#Setting up tauri app wih nextjs 13

2 messages · Page 1 of 1 (latest)

glossy cliff
#

i thought turbopack only support next dev as of now?

Anyway, swcMinify is not required, as the name suggests it's only used to minify your scripts (also iirc in next 13 it defaults to true now)

the images stuff is only needed if you use next/legacy/image i think (it was renamed from next/image) - i am not sure what needs to be done for the new next/image

weary sierra
#

@tender basalt did you make it work?