From 1c52466e09a7647dec3fe2b699aaadc04f1defa8 Mon Sep 17 00:00:00 2001 From: Alessandro Molina Date: Sat, 17 Sep 2016 01:29:02 +0200 Subject: [PATCH] Update doc --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 5999b73..00e729d 100644 --- a/README.rst +++ b/README.rst @@ -121,6 +121,8 @@ compile ES6 code in your assets pipeline. You register this filter as register_filter(BabelJS) Which makes the filter available with the ``babeljs`` name. +Only supported filter option is currently `BABEL_MODULES_LOADER = 'systemjs'` to +specify that compiled code should use SystemJS instead of CommonJS for modules. **NOTE:** When using the BabelJS compiler for code that needs to run in the browser, make sure to add @@ -152,6 +154,7 @@ compile JSX+ES6 code in your assets pipeline. You register this filter as register_filter(BabelJSX) Which makes the filter available with the ``babeljsx`` name. +This filter supports the same options as the babel one. Less Transpiling ----------------