Brad Overton
Brad Overton
Thanks for the PR. I've added this to things for me to look at as I update this repo - I'll likely add it to peerDeps since that's what ember-data...
I have the same issue, where I need the query url formatted like `&include=ceo,employee` Giving it as string for now so that it continues to work against the API as...
> Note: After moving to lazy loading you need to remove node_modules/.vite & node_modules/.embroider folder, otherwise he takes the generated file! I didn't seem to need this, but I also...
After making the above changes to lazy load translations (works great!) I also then realised that I needed to lazy load them for tests (makes sense). This might be something...
Thought I'd mention that after implementing lazy loaded translations, I noticed a significant vite bundle size decrease - our main-js file became 300KB smaller, even though the translation files split...
I think it's a combination of two issues; 1. ember-exam not finding the test files to split, so is actually filtering on 0 tests 2. qunit runs all tests that...
I changed my `tests/index.html` file ```diff import { start } from "./test-helper"; - import.meta.glob("./**/*.{js,ts,gjs,gts}", { eager: true }); + /* Import all test-related files _except_ tests. ember-exam will import the...
> Unfortunately there isn't a webpack implementation for Embroider@4 yet. Fair enough! > migrate to Vite but I would recommend going through this process since your developer experience will vastly...
Closing this, I've managed to get my app onto vite, so embroider 4, and no longer have this issue. I do think Issue 1 is something that needs fixing for...
Hit this one today too. Still around in Ember 4.4. Workaround as described above seems to still work (either transitionTo or replaceWith)