CodeCommitsIssuesPull requestsActionsInsightsSecurity
master

Branches

Tags

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

Clone

HTTPS
SSH

Download ZIP

.babelrc

10lines · modecode

1{
2 "plugins": [
3 "babel-plugin-transform-decorators-legacy",
4 "array-includes",
5 "transform-object-assign",
6 "transform-array-from",
7 "transform-proto-to-assign"
8 ],
9 "presets": [["es2015", {"modules": false, "loose": true}], "stage-0"]
10}