oblador / esbuild-server

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

onHtmlSend option callback #11

Open klasjersevi opened 1 year ago

klasjersevi commented 1 year ago

Option callback to modify the html response before sending it. Useful for injecting variables or changing content dynamically.

Solving #10

oblador commented 1 year ago

Thanks for your PR! I'm on vacation right now so will take some time for me to merge and release, but could you do the indexHtml approach instead of a callback like i suggested in the issue?