Skip to content

Commit

Permalink
Add deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
joliss committed Nov 25, 2014
1 parent ca33e75 commit 39431eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Transpile ES6 modules and concatenate them, recursively including modules
referenced by `import` statements.

**This plugin is deprecated.** It uses an old version of
[es6-module-transpiler](https://github.com/esnext/es6-module-transpiler). The
es6-module-transpiler has since been rewritten in order to correctly reflect
ES6 module semantics. There is no hope to update broccoli-es6-concatenator to
the new es6-module-transpiler API. Somebody will have to write a new plugin
from scratch that works with the new es6-module-transpiler.

## Installation

```bash
Expand Down

0 comments on commit 39431eb

Please sign in to comment.