Skip to content
  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in
Logo1

hfpp2012 / react-spd

Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • hello-world-react
  • .babelrc
  • hfpp2012 yinsigan's avatar
    add mobx · 54785816
    hfpp2012 yinsigan committed May 26, 2017
    54785816
.babelrc 114 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6
{
    "presets": ["es2015", "stage-1", "react"],
    "plugins": [
       ["transform-decorators-legacy"],
    ]
}