Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rmehner/esbuild-data-clone-error

Possible bug / problem with esbuild in watch mode
https://github.com/rmehner/esbuild-data-clone-error

Last synced: 23 days ago
JSON representation

Possible bug / problem with esbuild in watch mode

Awesome Lists containing this project

README

        

# esbuild problem

## Setup

1. Install Node 16.x (not a strict requirement, probably happens with other node versions too)
2. Clone this repo
3. Run `npm install`
4. Run `npm test`

You should see an error message including `Error [DataCloneError]`.

If you remove `watch: true` from `build.js` you'll see that everything works.