-
I wanted to add this package as a dev dependency to an internal addon of mine. The addon is using module unification, in case that matters. Anyhow, running `ember s` in the addon triggers this error:
…
-
This may or may not be related to #407, except that issue has a fix and I've tested with the fixed version of ember-cli-code-coverage to confirm the issue I'm reporting.
To make sure I had this add…
-
It [registers](https://github.com/webark/ember-cli-styles/blob/main/packages/namespace/addon/utils/register-style-factories.js#L3) `style:` things and then one can [look them up](https://github.com/we…
-
**Which operating system and version is the project developed on?**
Mac Montery 12.6.1 (21G217)
**Which version of [`ruby`](https://www.ruby-lang.org/) is the project developed on?**
2.7.4
**Which…
-
V1 addon with structure like this:
```ts
addon/components
some-component.ts
some-component.hbs
app/components
some-component.ts // which just re-exports addon/components with absolute …
raido updated
5 months ago
-
**Issue: Ember server crashes after installing ember paper.**
Error message - this.registerPlugin is not a function
ember-cli: 4.1.0
node: 16.3.0
os: linux x64
**Steps to reproduce**
```
n…
-
I noticed a mismatch of the Prettier config between Ember CLI and Embroider addon blueprint.
Embroider addon blueprint configures Prettier to use single quotes for every file type:
https://github.…
-
Are there any recommendations how to setup test coverage in v2 addons?
With v1 addons or apps, we could follow instructions outlined in https://github.com/ember-cli-code-coverage/ember-cli-code-cov…
-
Picking off from where we left off from slack. Here's a list of addons I was planning to use. I like your approach of grouping related addons and installing them on a need by need basis.
I'd like th…
-
Hi guys,
I've just installed `liquid-fire` today via `ember-cli`. Ember does not build anymore.
I just debugged through the `liquid-fire/index.js` and found, that
```js
var tree = this._supe…