Skip to content

Commit

Permalink
Dependency babel-plugin-transform-object-rest-spread, no more needed (#…
Browse files Browse the repository at this point in the history
…54)

Readme: Dependency babel-plugin-transform-object-rest-spread, no more needed, because using ember-cli-babel 7 and above.
  • Loading branch information
spr1ne authored Aug 20, 2020
1 parent b8d0c3e commit 56399db
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,26 +126,6 @@ Install the addon:

ember i ember-drag-sort

You'll also need to install a dependency with either npm:

npm i -D babel-plugin-transform-object-rest-spread

or Yarn:

yarn add -D babel-plugin-transform-object-rest-spread

Finally, add this to your `ember-cli-build.js`:

```js
babel: {
plugins: [
'transform-object-rest-spread'
]
}
```



## Usage

### Basic usage
Expand Down

0 comments on commit 56399db

Please sign in to comment.