git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 9a58b75ae70cb562daad4d67cfa777ae8aa48459

Files: 9a58b75ae70cb562daad4d67cfa777ae8aa48459 / .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