Skip to content

Instantly share code, notes, and snippets.

@aeinbu
Last active December 16, 2019 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aeinbu/787b4836abb81e7ce7384f7405f18c5e to your computer and use it in GitHub Desktop.
Save aeinbu/787b4836abb81e7ce7384f7405f18c5e to your computer and use it in GitHub Desktop.
{
"presets": [
["@babel/preset-env", {"modules": "commonjs"}]
],
"plugins": [
["@babel/plugin-proposal-object-rest-spread", {}],
["@babel/plugin-proposal-class-properties", { "loose": false }],
["@babel/plugin-proposal-nullish-coalescing-operator"],
["@babel/plugin-proposal-optional-chaining"],
["@babel/plugin-proposal-pipeline-operator", { "proposal": "minimal" }]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment