Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Update Puppeteer Chrome recipe to support latest ddev web image version and workaround for Apple M1 arch #196

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Fix wrong ddev version mention in README.md
  • Loading branch information
juban committed Jan 31, 2022
commit 3ba523761b13a157f74f2ef6464543f8142b5746
2 changes: 1 addition & 1 deletion recipes/puppeteer-chromium-support/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Puppeteer Chromium support

> ⚠️ That recipe has been updated to be compatible with latest ddev web container images (1.6 and upper) and Apple Silicon M1 architecture.
> ⚠️ That recipe has been updated to be compatible with latest ddev web container images (1.16 and upper) and Apple Silicon M1 architecture.

Npm packages like `codeceptjs` or `html-critical-webpack-plugin` which depend on [Puppeteer](https://github.com/puppeteer/puppeteer/) will not be able to launch the bundled chromium binary from within the web container because of some missing Linux libraries.

Expand Down