Added note about ES6 and Babel

This commit is contained in:
Angelos Chalaris
2017-12-13 13:59:14 +02:00
parent 916b266d24
commit 52fb6f0a0a
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