googleapis / nodejs-storage

Node.js client for Google Cloud Storage: unified object storage for developers and enterprises, from live data serving to data analytics/ML to data archiving.
https://cloud.google.com/storage/
Apache License 2.0
897 stars 369 forks source link

build: Support Source Maps for Debugging #2315

Closed danielbankhead closed 11 months ago

danielbankhead commented 11 months ago

Helps with debugging locally, without adding source maps to the end user build.

🦕