outputFile optional property
zuta opened this issue · comments
Taras Zubyk commented
What do you think about adding an optional property (e.g. outputFile
) ?
If provided, react-stdio
would print the result of rendering to that file instead of stdout. Probably colliding with your project name, but still might be useful.
Will be happy to send PR for this.
Taras Zubyk commented
Actually it's an unnecessary feature.
You can easily achieve that by piping the result of react-stdio to a file.