Closed YoannDelpierre closed 5 years ago
OK just seen https://github.com/danvk/source-map-explorer/blob/0d7fca9fbff4ec9b6a735c8db05255a4f9b7523d/index.js#L625
Any reason for this ?
@nikolay-borzov do you remember why that's there? It does seem potentially useful to output HTML for multiple bundles.
Yes it is. I used my fork right now and very cool to be able to publish a html file :)
I don't remember. Perhaps I thought it wasn't possible to output HTML to console or there was some limitation on code level
@YoannDelpierre, feel free to implement multiple bundles HTML output
I will try, will be off next week, so mid of march I hope.
Hello,
I'm trying to pipe output in a html file, i'm using
source-map-explorer --html 'build/static/js/*.chunk.js' > explorer/index.html
But piping the output is not working, I got an empty file every time. But it opens my browser with the good output.
Am I missing something ?
Thanks