-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(🐛): upgrade puppeteer to try fixing page crashes (#539)
* fix(🐛): upgrade puppeteer to try fixing page crashes It isn't guaranteed that this will prevent page crashes, but it's worth a shot. If this doesn't fix the issue, then we might need to consider downgrading back to Puppeteer 2.x * fix(📌): pin puppeteer to 5.0.0 The revisions of Chromium included with puppeteer since 5.0.0 seem to have issues with woff2 requests. Need to investigate further before upgrading to the latest version to see if it's a breaking change or a bug.
- Loading branch information
Wil Wilsman
authored
Aug 3, 2020
1 parent
75a57c7
commit cf33170
Showing
2 changed files
with
15 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters