shane-lamb
shane-lamb
Would be awesome. I think this issue is asking the same: https://github.com/TeamCodeStream/codestream/issues/32
Hi all, wanted to share the solution I'm using, which is to exclude the `@google-cloud/datastore` package from bundling altogether: https://esbuild.github.io/api/#external Then, you just need to include the `@google-cloud/datastore` dependency in...
#499 See the proposed solution in this link, it should fix the issue here as well. There is a pull request waiting to be merged.