From 1c3a093bcb2f4854aec827e4666817c15f54e7ed Mon Sep 17 00:00:00 2001 From: Eugene Zolenko Date: Mon, 13 May 2019 09:47:50 -0600 Subject: [PATCH] - removing extra options from babel plugin example #108 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index eed4f80..3fa50de 100644 --- a/README.md +++ b/README.md @@ -80,8 +80,7 @@ import { DEFAULT_EXTENSIONS } from '@babel/core'; ...DEFAULT_EXTENSIONS, 'ts', 'tsx' - ], - runtimeHelpers: true + ] }), ... ```