Skip to content
This repository has been archived by the owner on Jun 27, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bkonkle committed Jan 18, 2016
1 parent 8da4470 commit 0020187
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
@@ -1,9 +1,7 @@
# babel-preset-es2015-loose

Babel preset that modifies
[babel-preset-es2015](https://www.npmjs.com/package/babel-preset-es2015) to
enable [loose mode](http://www.2ality.com/2015/12/babel6-loose-mode.html)
where available.
Babel preset that uses [modify-babel-preset] to modify [babel-preset-es2015]
and enable [loose mode] where available.

## Install

Expand Down Expand Up @@ -38,3 +36,7 @@ require("babel-core").transform("code", {
presets: ["es2015-loose"]
})
```

[babel-preset-es2015]: https://www.npmjs.com/package/babel-preset-es2015
[loose mode]: http://www.2ality.com/2015/12/babel6-loose-mode.html
[modify-babel-preset]: https://github.com/developit/modify-babel-preset

0 comments on commit 0020187

Please sign in to comment.