Choose one: is this a 🐛 bug report or 🙋 feature request?
🙋 feature request
It's impossible to debug an issue or to show anyone if I can't see what's happening. All logging messages are replaced one the build is done.
🎛 Configuration (.babelrc, package.json, cli command)
🤔 Expected Behavior
$ parcel watch --verbose
Server running at http://localhost:1234
⏳ Building index.html...
⏳ Building index.js...
✨ Built in 3.78s.
⏳ Building index.js...
✨ Built in 0.78s.
⏳ Building index.html...
✨ Built in 0.1s.
😯 Current Behavior
$ parcel watch
Server running at http://localhost:1234
✨ Built in 3.78s.
# what happened?! what did it do?
🔦 Context
Mostly for debugging purposes
🌍 Your Environment
| Software |
Version(s) |
| Parcel |
1.6.2 |
| Node |
8.6.0 |
| npm/Yarn |
5.7.1 |
| Operating System |
macOS 10.13.3 |
Choose one: is this a 🐛 bug report or 🙋 feature request?
🙋 feature request
It's impossible to debug an issue or to show anyone if I can't see what's happening. All logging messages are replaced one the build is done.
🎛 Configuration (.babelrc, package.json, cli command)
🤔 Expected Behavior
😯 Current Behavior
🔦 Context
Mostly for debugging purposes
🌍 Your Environment