mariusbalcytis / webpack-bundle

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

Compile info outputs to stderr on Ubuntu #51

Closed jonnnnyw closed 7 years ago

jonnnnyw commented 7 years ago

I'm not sure if this is specific to this bundle or if it's a Webpack issue but when compiling assets for production, on Ubuntu, the compile info is output to stderr instead of stdout. This breaks our builds as the build process thinks the asset compile has failed.

Is there any way to quiet the info and just output errors?

jonnnnyw commented 7 years ago

Turns out it was a node issue causing this.