Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugins that write on stdout #5

Closed
GuillaumeCisco opened this issue Mar 8, 2018 · 1 comment
Closed

Plugins that write on stdout #5

GuillaumeCisco opened this issue Mar 8, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@GuillaumeCisco
Copy link

Hello there,

I think this is important to note that the json file generated as described in the README can contain stdout lines making it nit a json file.

For example, I have some plugins like SWPrecacheWebpackPlugin, AutoDllPlugin that write on the stdout outout, so the generated file is not a true json file.

Maybe we should handle the creation of the json file by stripping the written lines at the beginning of the file or find another way to generate a json file correctly.

Right now, we should add a troubleshooting section in the README for warning users about it before they say "it does not work"

@d4rkr00t
Copy link
Owner

d4rkr00t commented Mar 8, 2018

Hi :) I'll try to figure something out :)

@d4rkr00t d4rkr00t added the bug Something isn't working label Mar 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants