Skip to content

Commit b323d31

Browse files
authored
Remove explicit loading of babel-polyfill (#597)
1 parent 20565d9 commit b323d31

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
},
5555
"dependencies": {
5656
"@types/express": "~4.0.35",
57-
"babel-polyfill": "^6.20.0",
5857
"debug": "^2.6.0",
5958
"events": "^1.1.1",
6059
"express": "^4.14.0",

src/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
if (!global._babelPolyfill) { require('babel-polyfill'); }
2-
31
import express from 'express';
42
import feathers from './feathers';
53

0 commit comments

Comments
 (0)