chore: fix typo for babelParserDefautPlugins (#1897)

This commit is contained in:
edison
2020-08-19 21:53:09 +08:00
committed by GitHub
parent 7dd067206c
commit 075d769e0b
5 changed files with 14 additions and 16 deletions

View File

@@ -19,7 +19,7 @@ export * from './toDisplayString'
* for ES2020. This will need to be updated as the spec moves forward.
* Full list at https://babeljs.io/docs/en/next/babel-parser#plugins
*/
export const babelParserDefautPlugins = [
export const babelParserDefaultPlugins = [
'bigInt',
'optionalChaining',
'nullishCoalescingOperator'