Added note about ES6 and Babel

This commit is contained in:
Angelos Chalaris
2017-12-13 13:59:14 +02:00
parent c8637c36b4
commit b6157f8b95
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
- Use <kbd>Ctrl</kbd> + <kbd>F</kbd> or <kbd>command</kbd> + <kbd>F</kbd> to search for a snippet.
- Contributions welcome, please read [contribution guide](CONTRIBUTING.md).
- Snippets are written in ES6, if you want to ensure backwards-compatibility, please use the [Babel transpiler](https://babeljs.io/).
## Contents

View File

@ -5,5 +5,6 @@
- Use <kbd>Ctrl</kbd> + <kbd>F</kbd> or <kbd>command</kbd> + <kbd>F</kbd> to search for a snippet.
- Contributions welcome, please read [contribution guide](CONTRIBUTING.md).
- Snippets are written in ES6, if you want to ensure backwards-compatibility, please use the [Babel transpiler](https://babeljs.io/).
## Contents