Skip to content

Commit e2bcfc6

Browse files
author
Richard Keil
committed
remove babel dependency
1 parent d937651 commit e2bcfc6

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
"license": "MIT",
1717
"dependencies": {
1818
"JSONStream": "^1.0.7",
19-
"babel-preset-es2015": "^6.3.13",
20-
"babel-preset-react": "^6.3.13",
21-
"babel-register": "^6.3.13",
2219
"event-stream": "^3.3.2",
2320
"invariant": "^2.2.0",
2421
"react": "^0.14.5",

server.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,6 @@ function createRequestHandler(workingDir) {
9696
}
9797
}
9898

99-
// For convenience, modules we require can use ES2015 and JSX.
100-
require('babel-register')({
101-
presets: [ 'es2015', 'react' ]
102-
})
103-
10499
// Redirect stdout to stderr, but save a reference so we can
105100
// still write to stdout.
106101
var stdout = process.stdout

0 commit comments

Comments
 (0)