-
Is it possible to have mirage _only_ be used as testing tool?
I'd like to not have mirage available during local dev, but only as a mocking tool.
Thanks!!
-
I've been seeing this message for quite a while in Ember CLI during build.
> DEPRECATION: The `vendor-suffix` hook used in ember-waypoints is deprecated. The addon should generate a module and have c…
-
The deploy pipeline with the version support is pretty awesome. The community would benefit if we extracted that functionality into a new addon that could be used outside of addon-docs. It probably co…
-
Ember addons which use prototype extensions break in apps which don't.
This may not be the only place they are in use, but it's one:
https://github.com/mharris717/ember-cli-pagination/blob/master/add…
-
Just testing out the updates: https://github.com/ember-cli/ember-cli/pull/8091
in package.json:
```
+ "ember-cli": "github:NullVoxPopuli/ember-cli#1f54b505f09fd7718cf6d4486238a8f91f9e0a58",
`…
-
*note: it isn't 100% that the issue is in the project, but the stack trace consistent appears from it*
during rebase the following is quite common:
```js
Error reporting instrumentation 'build'…
-
If you have an initializer that does not have a default export:
```js
export function initialize() {}
// export default { initialize }
```
`resolveInitializer` crashes here:
https://…
-
Hello, I am attempting to use your google analytics plugin in my Ember 5.4.1 application. I've gone through the setup instructions (here)[https://github.com/onehilltech/ember-cli-google/blob/master/pa…
-
Please can you add some examples of using this addon in ember or ember-cli?
-
If an addon is using `@embroider/macros` the build fails:
```
- Installing addon package
- Installing addon package
Installing packages... This might take a couple of minutes.
- Installing ad…