www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit c784db88a88c74cab9b50f30baa487f6f111b107
parent 37521b62a1d032d9f74fc676f448b79ca588fca1
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue, 31 Oct 2017 22:33:01 -0400

Remove unused Babel syntax plugins

Diffstat:
M.babelrc | 9---------
1 file changed, 0 insertions(+), 9 deletions(-)

diff --git a/.babelrc b/.babelrc @@ -15,16 +15,7 @@ "test/resource/*.js" ], "plugins": [ - "syntax-flow", "syntax-jsx", - "syntax-async-generators", - "syntax-class-properties", - "syntax-decorators", - "syntax-do-expressions", - "syntax-export-extensions", - "syntax-flow", - "syntax-jsx", - "syntax-object-rest-spread", "transform-react-jsx", "transform-react-display-name", [