uptick / react-keyed-file-browser

Folder based file browser given a flat keyed list of objects, powered by React.
MIT License
298 stars 144 forks source link

feature: replacing webpack with esbuild. #180

Closed dreadera closed 3 years ago

dreadera commented 3 years ago

This PR is a continuation of the previous #178.

I have updated the build process for this library using esbuild. During this process I have made other adjustments to help with the modernisation of this application.

I have broken down each commit into a section I have worked on.

Changelog

Benefits

jarekwg commented 3 years ago

Gonna remove myself as reviewer -- don't have anything of use to add.

Nice work though! :)

dreadera commented 3 years ago

No worries. Thank you for the feedback :)

dreadera commented 3 years ago

@mwfister cached node_modules will be the end of me haha. I have fixed it and pushed through :)