git ssb

0+

dangerousbeans / project-entropy.com



Tree: 88bbad8a866e157eeda4b513f5284a8be19c5f7a

Files: 88bbad8a866e157eeda4b513f5284a8be19c5f7a / .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