
Description
This thread might be a good place to list some of the issues that contributors new and old can jump in and help with. Everybody who has been added as a member of this org should be able to manage issues, push code to github, publish packages to npm, and add new members. If you would like access, please ask any existing member!
There is quite a backlog of issues on the repos. Mostly this is my fault as I haven't had the time or inclination to go into these lately.
Sometime soon node will start to work with ES modules not behind a flag. When that happens, we will need to figure out how to best support these new npm packages authored in the new format.
We have some work to do playing catch-up with HMR and bundle splitting, improving these modules (among some others) and building new modules:
There's been some good work done on that front in the choo community with https://github.com/choojs/bankai
Some of the compatibility modules could use some work, such as https://github.com/hughsk/ify-loader which makes it possible to seamlessly use browserify transforms from nested package.json in webpack.
There's a fantastic community built around a transform for webgl shaders that could use help and more glsl packages: https://github.com/stackgl/glslify
The backlog for budo could also use some help: https://github.com/mattdesl/budo/issues
I think there's a lot of opportunity to make perf gains throughout the pipeline. Maybe on-disk caching?
The handbook has a backlog of issues and needs some new sections for newer tools and some of the older tools can be removed. https://github.com/browserify/browserify-handbook
There's always room for more documentation. If you make or find something cool you can add it to https://github.com/browserify/awesome-browserify
If you know of any other tasks in the browserify ecosystem that could use some help, please chime in!