esbuild-dev-server icon indicating copy to clipboard operation
esbuild-dev-server copied to clipboard

This plugin allows you to start a local server with hot reloading with Esbuild

Results 7 esbuild-dev-server issues
Sort by recently updated
recently updated
newest added

Hello, I'm having issues configuring esbuild-dev-server to work. This is my current esBuildDevServer configuration: ``` esBuildDevServer.start( build({ entryPoints: ['./index.tsx'], bundle: true, minify: false, sourcemap: true, incremental: true, platform: 'browser', target:...

I've got this plugin set up and running a dev server, however all network requests resolve to the `index.html` file. This includes requests for my `index.js` file, which of course...

when i use this plugin, an error occurred ``` (node:63759) UnhandledPromiseRejectionWarning: Error: spawn /Users/react-esbuild-template/node_modules/esbuild-dev-server/lib/../../esbuild-dev-server-darwin-x64/devserver EACCES at Process.ChildProcess._handle.onexit (internal/child_process.js:269:19) at onErrorNT (internal/child_process.js:467:16) at processTicksAndRejections (internal/process/task_queues.js:82:21) (Use `node --trace-warnings ...` to show...

bug

Occasionally evt.Data is 'reload\nreload' instead of just 'reload', causing the console.error branch to be taken in the reload script. I'll see 3-4 successful reloads, then 1-2 failed reloads, then a...

bug

Hey, great plugin. One of the remaining things for us to migrate to this from Webpack dev server is use of the proxy feature. see: https://webpack.js.org/configuration/dev-server/#devserverproxy this allows us to...

enhancement

I could be wrong but I don't think that these two callbacks ever actually get triggered. I don't see then mentioned anywhere in the `esbuild-dev-server.js` source as well. ``` port...

bug

Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/html". Strict MIME type checking is enforced for module scripts per...