livebud / bud

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

package/esb: initial esbuild package rewrite #384

Closed matthewmueller closed 1 year ago

matthewmueller commented 1 year ago

This PR adds the esb (short for esbuild) package to Bud. The purpose of this package is to provide common presets that viewers can use and extend in #383.

I'm also taking this opportunity to try and move esbuild fully to a virtual filesystem, so it's much easier to test different combos.

matthewmueller commented 1 year ago

Note: Going to merge now and fix issues as they come up while working on the viewer.