webrecorder / pywb

Core Python Web Archiving Toolkit for replay and recording of web archives
https://pypi.python.org/pypi/pywb
GNU General Public License v3.0
1.34k stars 207 forks source link

Replaying webpack content #884

Open Jmontgomery045 opened 4 months ago

Jmontgomery045 commented 4 months ago

Describe the bug

When we capture content bundled via webpack, it doesnt replay.

Steps to reproduce the bug

  1. Capture this URL via conifer: https://restorationandrenewal.uk/
  2. Replay the warc in replayweb.page
  3. The carousel will work. (it is managed by a file in webpack: webpack://gatsby-contentful-starter/webpack/runtime/load script)
  4. Replay the same warc in PYWB
  5. The carousel will not work.

Expected behavior

The carousel should work in pywb