-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue building static nextjs page #204
Comments
Facing the same issue! |
Same here |
I found of that using import withTM from "next-transpile-modules"
const withTranspileModules = withTM(["@electric-sql/pglite"])
export default withTranspileModules({}) But in my case I am using tailwind and it is breaking that. Looking for a solution. |
I use Next.js 14 and also I am able to fix the build error by adding these options to next-config.js
Notes: If a similar error occurs, try removing the packages and add again |
See also #322 (comment) |
Can confirm that this works with Nextjs 15 (from #322 (comment) linked above):
|
I'm running into an issue when trying to build this static nextjs page: https://github.com/thorwebdev/browser-vector-search
Have you seen this before?
The text was updated successfully, but these errors were encountered: