-
We used `ember-service-worker` with our Glimmer.js app and it just worked fine with version `v0.6.2 ` now we tried to upgrade to the newest version which is currently `v0.7.2 ` but this upgrade broke …
-
package.json
```
ember-cli: 2.17.1
ember-cli-babel: 6.8.1
ember-gestures: 1.1.0
embrer-hammertime: 1.5.0
```
I installed the package with `ember install ember-gestures`, then added `recognize…
-
in an addon,
```
.
├─┬ @glint/environment-ember-loose 0.9.7
│ ├── ✕ missing peer @glimmer/component@^1.1.2
│ ├── ✕ missing peer ember-cli-htmlbars@^6.0.1
│ └─┬ @glint/template 0.9.7
│ └── ✕ m…
-
### Issue
New to PouchDB and Ember. Following the instructions on https://github.com/pouchdb-community/ember-pouch.
When running the command "ember g pouch-adapter application", the Ember server b…
-
Running `node_modules/.bin/ember s` and FastBoot app works fine:
```
ember_1 | Build successful (15195ms) – Serving on http://localhost:4200/
```
Running `node --inspect=0.0.0.0:9230 node_mod…
-
This error occurs when I'm consuming a V2 addon that has not complied _away_ class properties.
This is incorrect behavior, because
- my browsertargets all support class properties
- the _app_ …
-
```json
"@ember/test-helpers": "3.2.0",
"@embroider/addon-shim": "1.8.6",
"@embroider/compat": "2.0.2",
"@embroider/core": "2.0.2",
"@embroider/macros": "1.13.2",
"@embroider…
-
Ember-CLI v3.5.0, latest ember-cli-babel v6.
```
function _asyncToGenerator(fn) {
return function () {
var gen = fn.apply(this, arguments);
return new Promise(function (resolve…
raido updated
5 years ago
-
We should stop mutating the modules exports.
This was needed while ember-cli was using `amdStrict` mode (since it did not use the `_interopRequireDefault` babel helper), and that is being unrolle…
-
With embroider (0.37), ember beta 3.27.0-beta.1, and ember-cli-babel >= 7.24.0...
The @glimmer/tracking module is output into the intermediate build directory without any javascript and the build t…