google-api-nodejs-client icon indicating copy to clipboard operation
google-api-nodejs-client copied to clipboard

Add "sideEffects" to package.json

Open filipw01 opened this issue 3 years ago • 1 comments

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

filipw01 avatar Mar 18 '22 19:03 filipw01

https://github.com/googleapis/google-api-nodejs-client/pull/3354

mhio avatar Oct 24 '23 11:10 mhio