Allow transform-runtime to insert runtime references with absolute paths. (#8435)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user