README.md

July 1, 2015 ยท View on GitHub

:warning: This addon is deprecated in favor of https://github.com/babel/ember-cli-babel :warning:

ember-cli-esnext

This addon inserts adds esnext processing into the javascript preprocessor for Ember CLI.

Installation / Usage

From within your Ember CLI application (must be >= 0.0.41), run the following:

npm install --save-dev ember-cli-esnext

That's all. You can now use ES6 syntax supported by esnext in your .js files.

References

  • esnext
  • broccoli-esnext

Contents

  1. 1ember-cli-esnext
  2. 1.1Installation / Usage
  3. 1.2References