Files: 8d668726e7d11fcdfc803f3c47ed305680c7194f / .babelrc
508 bytesRaw
1 | { |
2 | "presets": [ |
3 | "es2015", |
4 | "react" |
5 | ], |
6 | "plugins": [ |
7 | "transform-runtime", |
8 | "transform-object-rest-spread" |
9 | ], |
10 | "env": { |
11 | "hot": { |
12 | "plugins": [ |
13 | ["react-transform", { |
14 | "transforms": [{ |
15 | "transform": "react-transform-hmr", |
16 | "imports": ["react"], |
17 | "locals": ["module"] |
18 | }, { |
19 | "transform": "react-transform-catch-errors", |
20 | "imports": ["react", "redbox-react"] |
21 | }] |
22 | }] |
23 | ] |
24 | } |
25 | } |
26 | } |
27 |
Built with git-ssb-web