Open mhroes9627 opened 2 years ago
hey @mhroes9627 thanks for reporting this!
Could you provide some additional information for us to be able to reproduce this, specifically your:
Even more helpful if you could provide a github repo or code sandbox that has this issue that we can clone and investigate.
Hey @jnsdls, thank you for taking the time to respond! I was able to fix the issue on our end by setting this config
swcMinify: false,
under this file
So setting swcMinify
to true produces the same error.
Hey @jnsdls, thank you for taking the time to respond! I was able to fix the issue on our end by setting this config
swcMinify: false,
under this file So setting
swcMinify
to true produces the same error.
thanks for the update, I'll try to reproduce the setup with turborepo and our starter project to try to fix the underlying bug.
Glad that you found a workaround for now!
Currently using NextJS for frontend and turborepo
Console error
Source is definitely pointing to the library's dist files