Can a Next.js Application be Bundled into a Single JavaScript File for Integration into an External HTML Page?
I am currently working on integrating a Next.js application into an existing HTML page. My objective is to render Next.js components within this HTML page by importing a JavaScript file (generated from the Next.js application) into a tag. But, alternative approach is also fine.