oblador / esbuild-server

Fast, lightweight and powerful development server for esbuild
MIT License
37 stars 5 forks source link

Improved output #8

Open CheshireSwift opened 1 year ago

CheshireSwift commented 1 year ago

esbuild's built in server has some basic informational output along with decently formatted request logging. esbuild-server adds useful features like request proxying, but at the cost of this output. It feels like esbuild-server should probably default to passing logging configuration to esbuild to replicate this.

image