git ssb

0+

dangerousbeans / etherstreams



Tree: 9a97ed3c5555d86b5a568540f7acdc5df0095df4

Files: 9a97ed3c5555d86b5a568540f7acdc5df0095df4 / .babelrc

312 bytesRaw
1{
2 "presets": [
3 ["env", {
4 "modules": false,
5 "targets": {
6 "browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
7 }
8 }],
9 "stage-2"
10 ],
11 "plugins": ["transform-runtime"],
12 "env": {
13 "test": {
14 "presets": ["env", "stage-2"],
15 "plugins": ["istanbul"]
16 }
17 }
18}
19

Built with git-ssb-web