UNPKG

145 BPlain TextView Raw
1{
2 "presets": [
3 ["env", {
4 "targets": {
5 "node": "4.4"
6 }
7 }],
8 "stage-0"
9 ],
10 "plugins": ["add-module-exports"]
11}