Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(e2e): Revert vite 4.11 upgrade (#2160)
#2072 introduces some sub-dependencies changes similarly to the initial PR of this revert: #2083. This breaks e2e tests for components and internet-header. `*.entry.js` files are not generated/copied to the documentation assets folder and creates a 404 when we try to use a web component. For testing, I cherry-pick the commit of this PR to #2140 Also upgrading to Stencil 4 (#2116) does not fix this issue.
- Loading branch information