https://github.com/ghiscoding/parcel-watcher-issue
demo a parcel watcher issue
https://github.com/ghiscoding/parcel-watcher-issue
Last synced: 5 months ago
JSON representation
demo a parcel watcher issue
- Host: GitHub
- URL: https://github.com/ghiscoding/parcel-watcher-issue
- Owner: ghiscoding
- Created: 2024-11-15T05:06:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-31T19:08:48.000Z (12 months ago)
- Last Synced: 2025-08-10T16:04:58.493Z (6 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
