A regression from https://github.com/parcel-bundler/parcel/pull/4009
Previously:
https://github.com/parcel-bundler/parcel/blob/7f40aed6e59152685309cf38bc87849dc3bbb6e4/packages/reporters/cli/src/UI.js#L173-L177
This causes e.g. verbose-level server logs to be printed by default
$ parcel2 index.html
ℹ️ Server running at http://localhost:1234
✨ Built in 1.59s
@parcel/reporter-dev-server: Request: localhost:1234/
@parcel/reporter-dev-server: Request: localhost:1234/react-hmr.e56dcd81.js
@parcel/reporter-dev-server: Request: localhost:1234/react-hmr.e56dcd81.js.map
@parcel/reporter-dev-server: Request: localhost:1234/_parcelsource_root/App.js
@parcel/reporter-dev-server: Request: localhost:1234/favicon.ico
SimpleCLIReporter no longer exists right? It's just CLIReporter now
I would like to take this issue!
@Taym95 alright sounds good. Go for it
Sent with GitHawk