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
Getting build errors (Error: ENOENT: no such file or directory, open /protos/app_engine_key.proto'. I have seen some discussions around this. Wondering if there is a workaround for this?
The text was updated successfully, but these errors were encountered:
I am talking with my contacts at Google about this.
It all comes down to the fact that they are importing the protobuffs using node's fs. Chasing it down, it looks like it was just a JSON file. It would be nice if they just did a regular import and enabled JSON file support in their settings.
Currently, this makes a LOT of Google libraries ones you have to put as exceptions as a list of items in the external array.
I would like to get a list of known packages that don't tree shake well in esbuild so that the repo could automatically add them to the external array with a user flag setting.
Getting build errors (Error: ENOENT: no such file or directory, open /protos/app_engine_key.proto'. I have seen some discussions around this. Wondering if there is a workaround for this?
The text was updated successfully, but these errors were encountered: