-
Using ember-cli 5.5, and creating a new project with the following flags:
> ember new --typescript --embroider test-ember-table
Gives this error while building the app:
```
Some V1 ember addon…
Polve updated
3 weeks ago
-
We're getting dependency lint errors because this addon depends on `ember-cli-typescript` 2.x, while other addons rely on 3.x or even 4.x. Can this package be upgraded to a newer version of ember-cli-…
-
One thing I noticed in my build is almost 4 seconds taken by `ember-composable-helpers/lib/strip-bad-reexports.js`. I have a lot of engines, which I believe leads to this stripping happening many time…
-
We don't have a clear and easy way to learn ember-cli hooks even for experienced Ember.js developers sometimes we have to jump into the ember-cli [codebase](https://github.com/ember-cli/ember-cli/blob…
-
Hello!
I am doing very basic and naive testing to see if this addon could be useful for our app.
When starting a new app with the very useful and basic [ember-new-output](https://github.com/ember-…
-
This issue is for documenting how the different Ember build systems behave regarding watching the different types of dependencies, and potentially addressing any gaps.
| | Classic/eai …
-
Hi Guys,
i have the same issue as the last person within this topic:
https://github.com/ember-cli/loader.js/issues/151
I am trying the addon single-spa-ember and I am facing the same issue when…
-
liquid fire
https://github.com/ember-animation/liquid-fire
http://ember-animation.github.io/liquid-fire/
ember-notify
https://github.com/aexmachina/ember-notify
-
I would like to propose a few additional addons to be made available: ember-service-worker and its associated optional plugins:
- ember-service-worker-index (caches index.html)
- ember-service-wor…
-
I hadn't seen an issue for this (if this is a duplicate, feel free to close).
I'm working on [something](https://github.com/NullVoxPopuli/ember-resources/pull/585), and noticed that when installing…