Allow transform-runtime to insert runtime references with absolute paths. (#8435)

This commit is contained in:
Logan Smyth
2018-08-14 16:11:19 -07:00
committed by GitHub
parent 8c65230258
commit 1e0b649485
9 changed files with 91 additions and 15 deletions

View File

@@ -10,7 +10,8 @@
],
"dependencies": {
"@babel/helper-module-imports": "7.0.0-rc.1",
"@babel/helper-plugin-utils": "7.0.0-rc.1"
"@babel/helper-plugin-utils": "7.0.0-rc.1",
"resolve": "^1.8.1"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
@@ -21,6 +22,7 @@
"@babel/helpers": "7.0.0-rc.1",
"@babel/plugin-transform-runtime": "7.0.0-rc.1",
"@babel/preset-env": "7.0.0-rc.1",
"@babel/runtime": "7.0.0-rc.1",
"@babel/template": "7.0.0-rc.1",
"@babel/types": "7.0.0-beta.53"
}