geelen / react-snapshot

A zero-configuration static pre-renderer for React apps
MIT License
1.66k stars 104 forks source link

Is it possible to exclude <html><head><body> tags? #102

Closed lukeliasi closed 2 months ago

lukeliasi commented 6 years ago

I wanted to only export the contents between the body tags.

shelldandy commented 6 years ago

no

shelldandy commented 6 years ago

but i guess you could run another tool after this one to get what you need like cheerio or something but then you'll have to code a bit yourself