webpack-contrib / webpack-hot-middleware

Webpack hot reloading you can attach to your own server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: add option for collapsing console messages

valsaven opened this issue · comments

It could be more useful if you can use console.groupCollapsed instead of console.group in client.js (lines 187, 188).

What’s the browser support like? I’ll take a PR for this, especially if it handles a graceful fallback if the method doesn’t exist