Files: 4b1462a0182a814136c0bdf3b47e5a45f12a63f6 / .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