ember-cli / ember-cli/ember-cli-deprecation-workflow

Not compatible with compat-less vite app

Open
#208 3 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.