wrangler-legacy
wrangler-legacy copied to clipboard
Indicate where "Buffer" is undefined inside of node_modules
💡 Feature request
Describe the feature
A clear and concise description of the feature. What problem does it solve for you?
Cloudflare workers will throw errors about buffer being undefined. That makes sense since the workers env doesn't support buffer, but I'd like to know in which node_module my app is requiring buffer is being used. This would make it significantly easier to debug.
Describe the alternatives
Are there any alternatives to solving this problem? If so, what was your experience with them?
Manually searching through node_modules. Takes forever.
Also throw error if config file is missing.