geelen / react-snapshot

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

Running yarn build generates same markup/html for each component #95

Open kvedantmahajan opened 6 years ago

kvedantmahajan commented 6 years ago

"reactSnapshot": { "include": [ "/home", "/about", "/topics" ], "snapshotDelay": 300 }

Rest of the setup is as per instructions in How to section.

Also, a little unclear how can I test this locally? Fakebrowser - Do I have to go through their docs too for setup ?