Open dy opened 5 years ago
No opinion, sorry, I'm not using browserify at all now. Feel free to take over this project if needed.
Ok. You can transfer it to @jsxify org for now if you want, I'm planning to organize things there. Thanks!
@andreypopp I've come up with swcify transform, handling JSX/es6. I'm going to compare sucrase / typescript in jsxify. Would be nice to make reactify a single transform for budo, simply enabling common react/webpack practices as classes, css, decorators. Can you pls add me to owners of this repository? And npm as well. Thx!
Following the https://ghub.io/esmify and related transforms, that would be nice to make a cumulative transform, making browserify work for react-apps and even better.
So far the subset of create-react-app it is done in https://github.com/dy/budo, but that would be nice to have it extended to cover more use-cases, first of all, importing css, raw data and handling JSX in babel-less way.
@andreypopp do you have an opinion on that?