mariusbalcytis / webpack-bundle

Bundle to Integrate Webpack into Symfony
MIT License
122 stars 36 forks source link

set process tty #20

Closed mvrhov closed 8 years ago

mvrhov commented 8 years ago

Set the process as being run from terminal, this means that the webpack will colorize the output.

mvrhov commented 8 years ago

webpack also has colors parameter which means that you can force the colorized output.

mariusbalcytis commented 8 years ago

Thanks for pull request, I've added this with support for webpack-dashboard and some additional configuration options.