-
Seeing the following error when upgrading from v0.8.1 to v1.0.2:
`Cannot set property userAgent of # which has only a getter`
Here's an example of our code:
```
setupWindowMock(hooks);
…
-
I am currently trying to debug this issue:
https://github.com/fossasia/open-event-frontend/pull/7971
I have a plugin that looks basically like this:
```js
class CreateEmberL10nFastBootAssetMap…
mydea updated
3 years ago
-
I'm getting the following error when running in fastboot.
My Error:
```
window.addEventListener is not a function
TypeError: window.addEventListener is not a function
at eval (webpack://__e…
-
When upgrading from v0.8.1 to v1.0.2, we're experiencing a regression in mocking window.location.href.
```
import window from 'ember-window-mock';
import { setupWindowMock } from 'ember-window-mo…
-
In an ember app with `config/targets.js` exporting this:
```js
module.exports = { esmodules: true }
```
`ember-auto-import@2` is not able to build the app. The issue seems to be that the confi…
-
Hi there!
I have a situation where I am seeing **dual**-prepended urls on javascript files when following the instructions in the docs. I'm not positive but it might be related with [this issue](ht…
-
Is [useBuiltIns](https://github.com/babel/babel-preset-env#usebuiltins) supposed to work here?
I guess no, because the polyfill is imported using ember-cli, so there is no `import "babel-polyfill"…
-
`rsvp` should be a peer-dep for ember-simple-auth but isn't. I'm not sure if that fix alone would cause ember-auto-import to stop bundling a unique `rsvp` version for use by it in its chunk but it may…
-
DEBUG: Ember : 3.15.0
DEBUG: Ember Data : 3.15.1
DEBUG: EmberFire : 3.0.0-rc.6
DEBUG: Firebase : 7.12.0
DEBUG: -------------------------------
i tried in the application.js
…
-
I'm trying to setup [dynamic import](https://github.com/ef4/ember-auto-import#dynamic-import) in a brand new ember application and I get this error when I run ember serve. Has anyone run into this?
…