Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/metal-radios-remember.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ima/plugin-testing-integration": minor
---

Add support for new IMA degradation methods, which are required for proper start in SPA mode while using IMA@20
3 changes: 3 additions & 0 deletions packages/plugin-testing-integration/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@ async function initImaApp(bootConfigMethods = {}) {
serveSPA: {
allow: true,
},
degradation: {
isSPA: () => true,
},
},
$Debug: true,
}),
Expand Down
Loading