aboutsummaryrefslogtreecommitdiffstats
path: root/.babelrc
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused Babel transformations (#6811)Mark Stacey2019-07-061-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | The `stage-0` Babel preset has been replaced with the specific Babel plugins that we depend upon. We don't use most of `stage-0`, so this allowed us to remove many unnecessary transformations. We had to remove this preset soon anyway, because all of the stage presets are deprecated in Babel 7. The `stage-0` preset consisted of these plugins: ``` "transform-do-expressions" "transform-function-bind" "transform-class-constructor-call" "transform-export-extensions" "transform-class-properties" "transform-decorators" "syntax-dynamic-import" "syntax-trailing-function-commas" "transform-async-generator-functions" "transform-async-to-generator" "transform-exponentiation-operator" "transform-object-rest-spread" ``` Of that list, only 'transform-class-properties', 'transform-object- rest-spread', and 'transform-async-to-generator' were being used.
* build - babel - move config to babelrc (#6284)kumavis2019-03-121-3/+22
|
* Minimum Browsers Supported (#4873)Antoine Nauleau2018-08-231-1/+1
| | | | | | | | | | | | * Minimum supported browsers and version standard: add browsers and targets to .babelrc and package.json * Regenerate package.json, fix issue with comma in merge * Resolve merge conflicts * Regenerate package-lock.json * Revert to previous package-lock.json
* Merge branch 'develop' into network-remove-provider-engineThomas2018-07-261-2/+2
|\
| * Update Babel to Current Standard "babel-preset-env" (#4812)Antoine Nauleau2018-07-251-2/+2
|/ | | | | | | | | | | | * Update .babelrc and package.json to babel-preset-env standard * Install babel-preset-env babel-stage-0 * Regenerate package-lock.json by running npm install --package-lock-only && npm audit fix * Resolve PR #4812 merge conflicts * Merge #4847 Solves previous cache issues with cirlce-ci
* Adding CreatePasswordScreenJacky Chan2017-10-211-1/+1
|
* Add functional but ugly and hard-coded token listDan Finlay2017-04-211-1/+4
|
* Added basic es6 mocha test suiteDan Finlay2016-03-251-0/+1