-
Working on upgrading to 2.2.3 from 1.12.0 and I'm running into some occasional failures where Analyze is throwing `EBADF: bad file descriptor, read`. No obvious commonalities between the failures othe…
-
**Describe the bug**
The build in Amplify fails with error message "Cannot find file '../aws-exports' in './src/components'."
This works locally with `npm run build` and I'm able to access the A…
-
### 🐞 Describe the Bug
After some investigation here: https://stackoverflow.com/questions/69547969/with-babel-how-do-i-not-compile-away-class-properties-since-browsers-support
And a minimal babel re…
-
Hey there...
eslint throws following error:
Parsing error: Must use import to load ES Module: /var/www/[addon]/node_modules/eslint-scope/lib/definition.js
require() of ES modules is not supported…
-
Is there any way (in development, not production) to disable Javascript transpilation? I'm targeting `last 1 Chrome versions` and have verified `npx browserslist` returns `chrome 94` and yet I'm stil…
-
Hey guys, I was surprised to see ember-cli-typescript encourages folks to publish Typescript.
### My expectation was:
* published `.d.ts` and `.js` files, but not `.ts` files
### What i see:
…
-
We provide config options to the plugin via the `ember-cli-build.js` file. We additionally attempt to infer environmental state from introspecting the data passed to the plugin, whether file based or …
-
At the moment, ember-cli-code-coverage does **not** work properly for applications that are using Embroider as their build pipeline. Since the overall Ember ecosystem will be migrating to Embroider (h…
-
I was playing around with this and ran into some cases where I wanted to use built-in helpers & components that I wasn't sure how to handle.
### Built-in helpers
Trying to use the `{{get}}` help…
-
After updating ember-cli from 3.19.0 to 3.20.0 tests no longer run with `ember exam --server` and this is what is displayed:
```
Randomizing tests with seed: false
process is not captured
```