livebud / bud

The Full-Stack Web Framework for Go
MIT License
5.53k stars 182 forks source link

es: got file serving working and tested. next step is bundling. #390

Closed matthewmueller closed 1 year ago

matthewmueller commented 1 year ago

One more iteration on the esbuild common package. Switched back to using absolute working path and esbuild's built-in resolver. This also now allows reading entrypoints from node_modules with e.g. ./node_module/react. This is to support hot reloading without getting two Reacts.

Not currently in use yet, remaining steps: