Skip to content

Commit

Permalink
Add a note about needed polyfills
Browse files Browse the repository at this point in the history
Fixes #125.
  • Loading branch information
fatfisz committed Nov 23, 2017
1 parent 6fb2cdc commit 778b3e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ Furthermore, I try to keep this project as transparently stable and updated as f
The official recommendation for running `common-tags` is as follows:

- [Node.js](https://nodejs.org/en/download/) v5.0.0 or higher
- In order to use `common-tags`, your environment will also need to support ES2015 tagged templates ([pssst… check Babel out](http://babeljs.io)).
- In order to use `common-tags`, your environment will also need to support ES2015 tagged templates ([pssst… check Babel out](http://babeljs.io))
- You might also want to [polyfill some features](https://github.com/zloirock/core-js) if you plan on supporting older browsers: `Array.prototype.includes`

It might work with below versions of Node, but this is not a guarantee.

Expand Down

0 comments on commit 778b3e6

Please sign in to comment.