Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rmehner/esbuild-data-clone-error
- Owner: rmehner
- Created: 2021-08-24T08:59:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-24T09:01:17.000Z (over 3 years ago)
- Last Synced: 2024-11-09T18:31:05.800Z (2 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.