Is there an existing issue for this?
Package Version
0.2.15
Current Behavior
Demo repo:
https://github.com/liran319/next-wagmi-demo
I have install [email protected] into my project with Nextjs, it works well when start project with 'yarn dev'.
But Uncaught SyntaxError: Unexpected template string occurs when run 'yarn build && yarn start'.

It seems that only occurs on production mode.And there is no stack to debug.
Could you please have a check?
Expected Behavior
Both development and production mode work well.
Steps To Reproduce
- Clone the repo
https://github.com/liran319/next-wagmi-demo, and enter that folder;
- Run
yarn to install deps;
- Run 'yarn build && yarn start'
- check console, found 'Uncaught SyntaxError: Unexpected template string', and button doesn't work
Link to Minimal Reproducible Example (CodeSandbox, StackBlitz, etc.)
No response
Anything else?
No response