ember-cli / ember-cli/ember-cli-deprecation-workflow
Not compatible with compat-less vite app
Open
- Dominant language
- JavaScript
- Stars
- 166
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
To get things working again, I have to change my import from
```js
import setupDeprecationWorkflow from 'ember-cli-deprecation-workflow'
```
to
```js
import setupDeprecationWorkflow from 'ember-cli-deprecation-workflow/addon/index'
```
which is fine, but a bit annoying
Contributor guide
Assessment
This issue has not been assessed yet.