timiyay
timiyay
We're starting to test our Ember projects against the `embroider` build system at https://github.com/embroider-build/embroider, and we're currently unable to build. Are there a known set of remedies this project needs,...
## 🐞 Bug Report #### Describe the bug Our Ember app supplies its own version of `svgo` to `ember-svg-jar`, via the `optimizer` config option: https://github.com/ivanvotti/ember-svg-jar/blob/master/docs/configuration.md#optimizer-can-be-redefined-on-a-strategy-level If we try to upgrade...
When converting an Ember 3.24 app to use `embroider`, we can no longer boot the app from the Ember dev server. The app crashes in the browser, with an error:...
This package imports `@ember/string`, but doesn't list it in its `package.json`: https://github.com/emberjs/ember-inflector/blob/06d0d8b038878060ed1139afade8b0418366917f/addon/lib/system/inflector.js#L1 I'm investigating an issue with a Yarn workspaces monorepo we have for our Ember addons, and opened this...
We recently had some confusion when attempting to upgrade to Ember 3.12.2, and I'd like to propose some improved failure messaging to guide devs in these circumstances. The primary issue...