bump @babel/* dev dependencies (#10648)
* bump @babel/* dev dependencies * chore: align version to @babel/runtime * chore: bump to 7.7.1 * chore: bump to 7.7.2
This commit is contained in:
committed by
Nicolò Ribaudo
parent
f71338baf9
commit
ce070ce422
@@ -123,7 +123,10 @@ module.exports = function(api) {
|
||||
],
|
||||
plugins: [
|
||||
includeRuntime
|
||||
? ["@babel/transform-runtime", { version: "7.4.4" }]
|
||||
? [
|
||||
"@babel/transform-runtime",
|
||||
{ version: require("@babel/runtime/package").version },
|
||||
]
|
||||
: null,
|
||||
].filter(Boolean),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user