Skip to content

Commit

Permalink
Use grumbler-scripts for config and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Brain committed Mar 3, 2018
1 parent 56cab5d commit e31e8b0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 815 deletions.
33 changes: 1 addition & 32 deletions .babelrc
@@ -1,34 +1,3 @@
{
"presets": [
[
"env", {
"targets": {
"ie": 9,
"chrome": 27,
"firefox": 30,
"safari": 5,
"opera": 23
},
"modules": false
}
]
],

"plugins": [
[ "transform-flow-strip-types", { "loose": true } ],
[ "transform-object-rest-spread", { "loose": true } ],
[ "syntax-object-rest-spread", { "loose": true } ],
[ "transform-es3-property-literals", { "loose": true } ],
[ "transform-es3-member-expression-literals", { "loose": true } ],
[ "transform-es2015-for-of", { "loose": true } ]
],

"env": {
"test": {
"plugins": [
[ "flow-runtime", { "assert": true, "annotate": true } ],
[ "istanbul", { "only": "./src" } ]
]
}
}
"extends": "grumbler-scripts/config/.babelrc"
}

0 comments on commit e31e8b0

Please sign in to comment.