.babelrc 212 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 { "presets": ["es2015", "stage-1", "react"], "plugins": [ ["transform-decorators-legacy"], ["transform-runtime", { "polyfill": false, "regenerator": true }] ] }