-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
FAB Next.js build doesn't respect Next Build Configuration #348
Comments
Wow that's really strange, I don't know why the FAB compiler would be doing that. How easy is it to reproduce? I'd like to look at the |
I'll try get a repo up tomorrow. I also realised the offending imported code is maybe coming from plugins, may make a difference? |
Ah I think you've not yet added me as a collaborator? |
Fixed. Its public now |
There are a few seperate issues related to this
#331
#301
The latest issue is we are using local ESM modules that get transpiled via next config using
next-transpile-modules
plugin.FAB seems to bring in the transpiled and non-transpiled version of the library into server.js, but only the transpiled version is in the next.js generated code
The text was updated successfully, but these errors were encountered: