Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
EWhite613 committed Jun 1, 2023
1 parent d950e6a commit 4cb6d96
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,17 @@ return require('@embroider/compat').compatBuild(app, Webpack, {
});
```

## Compatibility with Classic Builds
## Compatibility

### Ember version

Requires Ember 3.28.11 or greater

### With Classic Builds

While we have a strong emphasis on backward compatibility with classic builds, there are a few places where you may need to make changes to your code:

### Lazy Engines
#### Lazy Engines

If you're using lazy loaded engines, you need to use `@embroider/router`, which is a drop-in replacement for `@ember/routing/router`:

Expand Down

0 comments on commit 4cb6d96

Please sign in to comment.