Update Puppeteer (#562)

This commit is contained in:
Steve Faulkner
2021-03-18 17:53:15 -05:00
committed by GitHub
parent c43e24061c
commit c6090e2663
4 changed files with 69 additions and 48 deletions

View File

@@ -7,5 +7,6 @@ module.exports = {
defaultViewport: null,
ignoreHTTPSErrors: true,
args: ["--disable-web-security"],
exitOnPageError: false,
},
};