Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## v8

Note that unlike previous ember-cli-babel majors,
- v8 has _not_ changed which version of babel it uses (still uses v7)
- v8 and v7 of ember-cli-babel can easily co-exist in a project's dependency graph

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- v8 and v7 of ember-cli-babel can easily co-exist in a project's dependency graph
- v8 and v7 of ember-cli-babel can co-exist in a project's dependency graph


The most notable breaking changes introduced in v8 are:

1. The `includePolyfill` option is no longer supported ([458](https://github.com/babel/ember-cli-babel/pull/458))
Expand Down