From 52fb6f0a0a4f23a8bde3db6cef20cc534cc18300 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Wed, 13 Dec 2017 13:59:14 +0200 Subject: [PATCH] Added note about ES6 and Babel --- README.md | 1 + static-parts/README-start.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index cd89af165..00127cc34 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ - Use Ctrl + F or command + F 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 diff --git a/static-parts/README-start.md b/static-parts/README-start.md index 424b14964..b5e4eec03 100644 --- a/static-parts/README-start.md +++ b/static-parts/README-start.md @@ -5,5 +5,6 @@ - Use Ctrl + F or command + F 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