Open aleclarson opened 5 years ago
Use this: https://github.com/parcel-bundler/watcher
Look for "watch" script in package.json and use that instead of re-running "build" script in response to changed files.
"watch"
package.json
"build"
Use this: https://github.com/parcel-bundler/watcher