webrecorder / replayweb.page

Serverless replay of web archives directly in the browser
https://replayweb.page
GNU Affero General Public License v3.0
688 stars 55 forks source link

Configure package exports explicitly #336

Closed emma-sg closed 3 months ago

emma-sg commented 3 months ago

Closes #337 Blocks https://github.com/webrecorder/archiveweb.page/issues/198

Adds a dedicated misc export, as well as explicitly exporting the electron-* files and the index.html file. This restricts imports to only these files, and allows us to not have to exactly match webpack configs between RWP and AWP.