UNPKG

ilp-core

Version:

ILP core module managing ledger abstraction

25 lines (23 loc) 482 B
{ "presets": ["react", "es2015", "stage-0"], "plugins": [ "transform-runtime", "add-module-exports", "transform-decorators-legacy", "transform-react-display-name", "lodash" ], "env": { "development": { "plugins": [ "typecheck", ["react-transform", { "transforms": [{ "transform": "react-transform-catch-errors", "imports": ["react", "redbox-react"] }] }] ] } } }