Gary Borton
Gary Borton
I'm considering using this package for an internal tool that I'm writing. I'm wondering if it could be updated to support an error status if the task that was running...
@kesne @ljharb This changes the plugin to use babelHelpers to return the resulting require rather than directly returning it. This should remain more spec compliant over time. Also, it adds...
**What version of this package are you using?** Any **What problem do you want to solve?** Lack of trackers/seeders/peers. **What do you think is the correct solution to this problem?**...
**I'm submitting a feature request** Would it be possible to add a way to prune the babel-loader cache after webpack runs? We've started uploading/downloading our cache in CI to help...
I've been running lots of profiles to find the bottlenecks in our webpack build. Probably the biggest bottleneck right now is resolving requests. To highlight this, I've created a simple...
While digging into #24, it took me a long time to understand what was going on in the codebase, and then took me even longer to understand why. After trying...
I'm curious when/where this will provide a performance increase? I've done some quick testing, and the provided Room.findPath function seems to be faster for any random point in a room....
@mjesun @rafeca This attempts to enable the metro visualizer, but I'm seeing an issue resolving `nullthrows` when attempting to load `/visualizer` Error: ``` { Error: Unable to resolve module `nullthrows`...
I'm investigating some cache performance issues, and along the way I realized that webpack isn't invalidating cache entries when built without sourcemaps and then with sourcemaps. **What kind of change...
So full disclosure... I don't know go. I stumbled my way through this and managed to run a simple test w/ vscode. I'm not sure if this is the best...