machty / ember-concurrency

ember-concurrency is an Ember Addon that enables you to write concise, worry-free, cancelable, restartable, asynchronous tasks.
http://ember-concurrency.com
MIT License
691 stars 155 forks source link

Add babel transform configuration to installation instructions #563

Closed tcjr closed 4 months ago

tcjr commented 4 months ago

Since all the examples use arrow syntax, it makes sense to introduce the babel transform earlier.

The information is available in the upgrade docs, but this makes it more prominent by putting it in the installation instructions.

This might cut down on issues like #562

machty commented 4 months ago

Thank you!