google-api-nodejs-client
google-api-nodejs-client copied to clipboard
Add "sideEffects" to package.json
Bundlers think this library cannot be tree shaken. This results in this workaround in Remix https://remix.run/docs/en/v1/pages/gotchas#server-code-in-client-bundles
I suggest adding "sideEffects field to package.json
https://github.com/googleapis/google-api-nodejs-client/pull/3354