Skip to content

Switch host build to vite#4019

Draft
ef4 wants to merge 36 commits intomainfrom
vite
Draft

Switch host build to vite#4019
ef4 wants to merge 36 commits intomainfrom
vite

Conversation

@ef4
Copy link
Copy Markdown
Contributor

@ef4 ef4 commented Feb 18, 2026

No description provided.

ef4 added 21 commits December 10, 2025 18:19
These imports in app.ts were skipping a level in the package dependency graph. ember-power-select and ember-power-calendar are not dependencies of host, they're dependencies of boxel-ui.

Trying to import from your dep's deps is unreliable and makes the vite depscan complain.

I pushed them down into the boxel-ui components that actually pull the corresponding ember-power-* components into the project.
Under vite, we don't use an AMD loader so we won't conflict with the one in monaco.
@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 18, 2026

Host Test Results

0 files   -     1  0 suites   - 1   0s ⏱️ - 2h 16m 11s
0 tests  - 2 054  0 ✅  - 2 038  0 💤  - 15  0 ❌ ±0 
0 runs   - 2 054  0 ✅  - 2 037  0 💤  - 15  0 ❌  - 1 

Results for commit 18da70d. ± Comparison against base commit 33c3e50.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 19, 2026

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

Realm Server Test Results

1 files  ±  0  0 suites   - 1   0s ⏱️ - 13m 57s
0 tests  - 828  0 ✅  - 828  0 💤 ±0  0 ❌ ±0 
0 runs   - 899  0 ✅  - 899  0 💤 ±0  0 ❌ ±0 

Results for commit 18da70d. ± Comparison against base commit 33c3e50.

@ef4
Copy link
Copy Markdown
Contributor Author

ef4 commented Apr 3, 2026

@lukemelia status on this is:

  • the app boots in dev.
  • In tests, the next step is getting the ember-exam test loader working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant