kitze / custom-react-scripts

[DEPRECATED, use customize-cra] Allow custom config for create-react-app without ejecting
https://custom-react-scripts.netlify.com
MIT License
991 stars 96 forks source link

Feature request: Use terminal version of webpack-dashboard #95

Closed tnhu closed 7 years ago

tnhu commented 7 years ago

I wonder what is the reason to incorporate Electron version of webpack-dashboard instead of its terminal one?

kitze commented 7 years ago

@tnhu The terminal one needs messing around with the original react-scripts, and basically disabling all of the output in favor of webpack-dashboard.

Not worth the hassle, sorry.