-
Documented issue in TS at https://github.com/microsoft/TypeScript/issues/54366
Affected Version `@rehearsal/cli@3.0.5-beta`
**Bad**
```
await render(hbs`
`);
```
**Goo…
-
On z/OS, there seems to be an issue where ember generate does not generate the necessary files.
When running the test suite on z/OS:
```
2) Acceptance: ember generate in-addon-dummy
d…
-
```
DEPRECATION: Addon files were detected in `/project_path/node_modules/ember-cli-stained-by-children/addon`, but no JavaScript preprocessors were found for `stained-by-children`. Please make sur…
-
## Problem
> Tested in ember-cli `2.18.2` and `3.3.0`
The AMD transform allows users to specify an [optional `resolveFrom`](https://github.com/ember-cli/ember-cli/blob/master/lib/broccoli/ember-ap…
-
Something @dfreeman and I discovered on Slack that I'm noting down for reference: `ember-engines`'s EngineAddon class does some funky stuff that makes the documented way of defining `options.nodeAsset…
-
Hey, after a recent update to the app I am receiving the following error: `Cannot read property 'String' of undefined`. I traced it down to a condition in the inflector's `addon/lib/ext/string.js`:
…
pavlo updated
3 years ago
-
If declaring a v1 addon as a peer-dependency, but not installing it as a dev-dependency, ember-auto-import will attempt to resolve it during build and blows up.
```
Build Error (WebpackBundler)
…
-
# Problem
Greenkeeper is creating a huge amount of PRs which, while in most cases, would be useful to keep dependencies up to date, in the case of a project using ember-cli, often cause unnecessary…
-
Ember app with ember-resize addon doesn't build when used along with `ember-cli-typescript@(v2.0.0-beta.3)`. Looks like the newer version of babel doesn't support `export =` https://github.com/mike-no…
-
There are some addons (e.g. denali-mailer) that do some custom build behavior of the app they are installed to. Currently (unless I skimmed too quickly), there is not a way to do that. The `denali-bui…
ghost updated
7 years ago