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

https://github.com/ghiscoding/parcel-watcher-issue

demo a parcel watcher issue
https://github.com/ghiscoding/parcel-watcher-issue

Last synced: 2 months ago
JSON representation

demo a parcel watcher issue

Awesome Lists containing this project

README

        

### Parcel Watcher issue
This basic repo is to demo a [`@parcel/watcher`](https://github.com/parcel-bundler/watcher) issue when updating a file, it constantly triggers 2 update events every single time. My environment is on Windows and I'm not sure if this happens on other environments.

#### Installation
1. `npm install`
2. open the file `index.html` and Save the file
- 2 update events are triggered and logged in the terminal

#### Demo

![Code_fOglgxJAgr](https://github.com/user-attachments/assets/e9785faf-e4a4-4681-ba7f-13285bc746a6)