You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The highlighted lines makes the app crash when building and bundling with webpack. This is the error I get when run the bundle.jsSyntaxError: invalid assignment left-hand side You are reassigning the the env var, but the bundler does not understand that.
Hi there @matheus-gc! Sorry for the obscenely long response time. I didn’t see the notification when you wrote the issue above. I will take a look over the next few days if you are still running into this. I hope you are well and happy new year (10 months ago 😆)!!
Hi there @matheus-gc! Sorry for the obscenely long response time. I didn’t see the notification when you wrote the issue above. I will take a look over the next few days if you are still running into this. I hope you are well and happy new year (10 months ago 😆)!!
Thank you! yeah I still applying that patch to the package. We haven't migrated all lambdas to the respective services yet, so we still running them in prod with your library.
Hi! 👋
Firstly, thanks for your work on this project! 🙂
The highlighted lines makes the app crash when building and bundling with webpack. This is the error I get when run the
bundle.js
SyntaxError: invalid assignment left-hand side You are reassigning the the env var, but the bundler does not understand that.Thanks
Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: