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
- Host: GitHub
- URL: https://github.com/ghiscoding/parcel-watcher-issue
- Owner: ghiscoding
- Created: 2024-11-15T05:06:46.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-31T19:08:48.000Z (5 months ago)
- Last Synced: 2025-04-23T08:09:39.604Z (2 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