Currently, in order to use HarperDB with Next.js you have to modify the webpack config directly. Next.js provides a option serverExternalPackages that is supposed to handle this. We should investigate why it doesn't work and see if there is something better than the webpack config modification.
Currently, in order to use HarperDB with Next.js you have to modify the webpack config directly. Next.js provides a option
serverExternalPackagesthat is supposed to handle this. We should investigate why it doesn't work and see if there is something better than the webpack config modification.