git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 2feb98c1e6e7d51eb76ec441dc2a134829471edd

Files: 2feb98c1e6e7d51eb76ec441dc2a134829471edd / .babelrc

542 bytesRaw
1{
2 "presets": [
3 "es2015",
4 "react"
5 ],
6 "plugins": [
7 "transform-runtime",
8 "transform-object-rest-spread",
9 "transform-class-properties"
10 ],
11 "env": {
12 "hot": {
13 "plugins": [
14 ["react-transform", {
15 "transforms": [{
16 "transform": "react-transform-hmr",
17 "imports": ["react"],
18 "locals": ["module"]
19 }, {
20 "transform": "react-transform-catch-errors",
21 "imports": ["react", "redbox-react"]
22 }]
23 }]
24 ]
25 }
26 }
27}
28

Built with git-ssb-web