material-extensions / material-icons-browser-extension

Browser Addon that enhances file browsers of version controls with material icons.
MIT License
499 stars 38 forks source link

Improve build / bundling speed with ESBuild #71

Closed jamiehaywood closed 11 months ago

jamiehaywood commented 12 months ago

I know the age old saying goes if it ain't broke... but could be good for reducing compute on GH actions, and developing locally.

I propose replacing custom build script and parcel with rollup & esbuild.

Feel free to close if this is not a priority / something you would be interested in.

Claudiohbsantos commented 11 months ago

This is definitely a good suggestion and would be good improvements for a project with frequent updates/development. I don't really see much changing in this project on the long term besides fixes and updates to maintain compatibility with github/upstream changes. Because of that I don't really think it's worth the time investment in migrating tools and testing everything.

I'll close this since I don't personally intend to tackle this but feel free to open a PR if you'd like to take a stab at it, we'd just need to test any changes to make sure all builds remain functional.

Thanks for the suggestion though!