oblador / esbuild-server

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

Support query params in static files #1

Closed oblador closed 2 years ago

oblador commented 2 years ago

Currently, accessing /?whatever=param with historyApiFallback=true will not render index.html. This PR addresses that by parsing the request url.