Skip to content

Instantly share code, notes, and snippets.

@manakuro
Created February 24, 2020 23:22
Show Gist options
  • Save manakuro/951a94f56303e90f5a875ed2fa6366c2 to your computer and use it in GitHub Desktop.
Save manakuro/951a94f56303e90f5a875ed2fa6366c2 to your computer and use it in GitHub Desktop.
{
"plugins":[
["@babel/plugin-proposal-pipeline-operator", { "proposal": "minimal"}],
["@babel/plugin-proposal-optional-chaining", { "loose": false }],
"@babel/plugin-proposal-logical-assignment-operators"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment