livebud / bud

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

Update es API #392

Closed matthewmueller closed 1 year ago

matthewmueller commented 1 year ago

This PR reworks the esbuild helper package. The goal of this package is to provide common plugins and configuration to the custom viewers (e.g. svelte, gohtml, react). This package can be a dependency to the custom viewer generators.

There's still some more tests to write on the bundling side, but I think I can get the serving side work done, then move to bundling after.