natewong1313 / go-react-ssr

Build full-stack web apps with Go & React. End to end type-safety and lightning fast ⚡️
MIT License
107 stars 8 forks source link

Esbuild encapsulation hides all its features and configurations #12

Open laravieira opened 10 months ago

laravieira commented 10 months ago

Esbuild has support to different loaders, lots of plugins but they are all encapsulated and not available on the end of the gossr api. Would be very useful if gossr exposes all esbuild settings for more configurations.

natewong1313 commented 10 months ago

Great idea, will try and expose this in the config