We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d41c63 commit 77ebed6Copy full SHA for 77ebed6
2 files changed
package.json
@@ -54,7 +54,6 @@
54
},
55
"dependencies": {
56
"@types/express": "~4.0.35",
57
- "babel-polyfill": "^6.20.0",
58
"debug": "^3.0.0",
59
"events": "^1.1.1",
60
"express": "^4.14.0",
src/index.js
@@ -1,5 +1,3 @@
1
-if (!global._babelPolyfill) { require('babel-polyfill'); }
2
-
3
import express from 'express';
4
import feathers from './feathers';
5
0 commit comments