- removing extra options from babel plugin example

#108
This commit is contained in:
Eugene Zolenko 2019-05-13 09:47:50 -06:00 committed by GitHub
parent 6053494f60
commit 1c3a093bcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,8 +80,7 @@ import { DEFAULT_EXTENSIONS } from '@babel/core';
...DEFAULT_EXTENSIONS,
'ts',
'tsx'
],
runtimeHelpers: true
]
}),
...
```