**Context:** - Playwright Version: 1.1.1 - Operating System: MacOS - Node version: 14 - Browser: playwright-core **Describe the bug** The `playwright-core` package does not contain anymore a valid index.js / entrypoint. 1.0.2: https://unpkg.com/playwright-core@1.0.2/index.js <-- expected 1.1.0: https://unpkg.com/playwright-core@1.1.0/index.js <-- actual Is this expected? Because it's still [referenced](https://unpkg.com/playwright-core@1.1.1/package.json) in the package.json>main. Workaround: `"playwright-core": "npm:playwright-chromium@1.1.1",`