Files: 5aaf67116527c38bed680c3cd66d48b9367ffc1f / .babelrc
312 bytesRaw
1 | { |
2 | "presets": [ |
3 | ["env", { |
4 | "modules": false, |
5 | "targets": { |
6 | "browsers": "> 1%", |
7 | "uglify": true |
8 | }, |
9 | "useBuiltIns": true |
10 | }] |
11 | ], |
12 | |
13 | "plugins": [ |
14 | "syntax-dynamic-import", |
15 | "transform-object-rest-spread", |
16 | ["transform-class-properties", { "spec": true }] |
17 | ] |
18 | } |
19 |
Built with git-ssb-web