Siddharth Kshetrapal

Results 461 comments of Siddharth Kshetrapal

i don’t know :) here are the file paths to open a file: https://github.com/siddharthkp/babel-plugin-open-source/blob/main/packages/babel-plugin-open-source/babel.js#L74, you’ll have to see if the `else` case works for webstorm. if not, feel free to...

Ugh, this is pretty horrible. Migrating to a different storage (shelf) is on my roadmap, haven't been able to get to it yet.

> we're overwhelming the firebase app? Or is it a serialization/deserialization issue? 500 = It's unhandled. Could be either, honestly. > Could we try wiping the data for our repo...

@bolismauro Are you seeing this error too? (I'm working on a long term fix this month)

> Is this tool still actively maintained? 🙂 going to be honest, barely 😓 I did a rewrite which is a lot more reliable - https://github.com/siddharthkp/bundlesize2, it's not 100% feature...

### Deeper GitHub integration Right now, bundlesize requires a manual configuration with copy-pasting access tokens, which 1. Prevents some folks from using it (Don't know how to, Don't have access,...

### Better configuration bundlesize started with an array in `package.json`, this did not scale well 😅 We now have inconsistent support in `package.json` and the CLI (used with npx). One...

### Better error handling Because bundlesize uses access token from environment variables, it can fail given any of these scenarios: 1. Token was not set correctly 2. Token does't have...

### Remove false negatives Like any software, bundlesize has bugs. The scariest of them is when bundlesize should have failed but does not fail the build. This stems from returning...

### Support bundlesize in forks In every CI system, forks don't get environment variables which makes a lot of sense. This also means bundlesize can't report on pull requests submitted...