chore: fix typo for babelParserDefautPlugins (#1897)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user