Skip to content

Instantly share code, notes, and snippets.

@manakuro
Created February 24, 2020 23:23
Show Gist options
  • Save manakuro/734374aa62e75768a02d0ad41e2f05b5 to your computer and use it in GitHub Desktop.
Save manakuro/734374aa62e75768a02d0ad41e2f05b5 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",
"@babel/plugin-proposal-do-expressions"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment