-
When building an app with embroider with ember-artisans, I get the following error:
```console
Build Error (OneShot)
Unexpected character '' (Note that you need plugins to import files that are n…
-
While upgrading from `ember-engines` 0.8.8 -> 0.8.12 we experience the following issue in our CI test suite; `Cannot read property 'paths' of undefined`. It seems that https://github.com/ember-intl/em…
-
**Describe the bug**
I've run into a really baffling problem where I cannot get my Ember app to build due to an "unterminated string constant" during the rollup process.
![image](https://user-imag…
-
Hey, I just came to this really weird situation where I wasn't able to import things from a namespaced addon when running on production environment.
The root of the issue is ember-cli-bootstrap, If I…
-
The following deprecation is thrown on a new Ember 2.18.0 Version. It seems some package needs to be updated.
DEPRECATION: An addon is trying to access project.nodeModulesPath. This is not a relia…
-
I am including ember-rrule just like I include any other ember-cli addon:
package.json:
"devDependencies": {
"ember-rrule": "^1.0.0",
}
in my source code:
import RRule from 'ember-rrule'…
-
I like this addon for the declarative API it provides. But to be honest it's neither stable nor fast. Not sure if I'm using it wrong in ember-cli-content-security-policy but it's very instable. Nearly…
-
I have a small example repo that demonstrates a segmentation fault.
The project is using Ember 2.9 beta and glimmer 2. Also have an SVG logo component.
Not sure if either of these is the cause or som…
-
https://guides.emberjs.com/v2.18.0/tutorial/ember-cli/#toc_the-development-server
talks about removing the welcome page component. We should to tell the user to (and how to) remove the ember-welcom…
-
We started using https://github.com/ef4/decorator-transforms to build our v2 Ember addons.
But when we actually use this addons in our application I noticed some transpilations were happening that sh…