Skip to content

Commit aae931d

Browse files
committed
no babel-*
1 parent 77db00d commit aae931d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ yarn add oc-registry-graphql-express-middleware
1111
## How to use it w/in your Registry
1212

1313
```javascript
14-
// todo: get rid of babel-*
15-
require('babel-core/register');
16-
require('babel-polyfill');
17-
1814
const graphql = require('oc-registry-graphql-express-middleware');
1915

2016
registry.app.use('/graphql', graphql({ baseUrl: 'http://localhost:3000/', graphiql: true }));

0 commit comments

Comments
 (0)