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