Skip to content

Commit

Permalink
Use "puppeteer-core" instead of full "puppeteer" NPM package (#1486)
Browse files Browse the repository at this point in the history
## Problem

- The full "puppeteer" NPM package also takes care of downloading and
managing the web browsers.
- But as we use the system browser we do not need this functionality.

## Solution

- Installing just the "puppeteer-core" package makes the NPM bundle a
little bit smaller.
- See more details in https://pptr.dev/guides/installation

## Testing

- Tested manually
  • Loading branch information
lslezak authored Jul 19, 2024
2 parents 08e2c0b + 4d57389 commit 2976ebf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 419 deletions.
Loading

0 comments on commit 2976ebf

Please sign in to comment.