Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[rollup-rollback] Rollback rollup upgrade (#2466)
## Summary: I recently upgraded to Rollup v4 when I did the pnpm upgrade. This caused the cjs build to fail in `webapp`. I am rolling back to the previous version of Rollup to fix the build. The cause of the build failure is that Rollup v4 is not resolving properly default exports in the `wb-cell` package. This is causing the build to fail in tests as the CJS build is not able to resolve this properly. Issue: "none" ## Test plan: Run the Snapshot release in webapp and verify that tests no longer break. Author: jandrade Reviewers: beaesguerra, jandrade Required Reviewers: Approved By: beaesguerra Checks: ✅ Chromatic - Get results on regular PRs (ubuntu-latest, 20.x), ✅ Test / Test (ubuntu-latest, 20.x, 2/2), ✅ Test / Test (ubuntu-latest, 20.x, 1/2), ✅ Lint / Lint (ubuntu-latest, 20.x), ✅ Check build sizes (ubuntu-latest, 20.x), ✅ Publish npm snapshot (ubuntu-latest, 20.x), ✅ Chromatic - Build and test on regular PRs / chromatic (ubuntu-latest, 20.x), ✅ Prime node_modules cache for primary configuration (ubuntu-latest, 20.x), ⏭️ Chromatic - Skip on Release PR (changesets), ✅ Check for .changeset entries for all changed files (ubuntu-latest, 20.x), ✅ gerald, ⏭️ dependabot Pull Request URL: #2466
- Loading branch information