Fix babel-standalone for realz (#6137)

* Fix babel-standalone

* Fix infinite loop in Makefile (oops)

* Override Node.js module resolution to handle babel-core
This commit is contained in:
Daniel Lo Nigro
2017-08-22 13:46:30 -07:00
committed by GitHub
parent 62c22c7b5d
commit 93cf26abca
7 changed files with 53 additions and 15 deletions

View File

@@ -14,7 +14,6 @@
"babel-cli": "7.0.0-alpha.18",
"babel-core": "7.0.0-alpha.18",
"babel-eslint": "8.0.0-alpha.15",
"babel-loader": "^7.1.1",
"babel-plugin-istanbul": "^4.1.4",
"babel-preset-env": "2.0.0-alpha.18",
"babel-preset-flow": "7.0.0-alpha.18",