CodeCommitsIssuesPull requestsActionsInsightsSecurity
a3fbfca28dea9de15c84a21682326145c99db476

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.babelrc

10lines · modepreview

{
  "plugins": [
    "babel-plugin-transform-decorators-legacy",
    "array-includes",
    "transform-object-assign",
    "transform-array-from",
    "transform-proto-to-assign"
  ],
  "presets": [["es2015", {"modules": false, "loose": true}], "stage-0"]
}