From be85c524ef3fdf0d252b52e1b9b2d48c47ba13a3 Mon Sep 17 00:00:00 2001 From: Romulo Carvalho Date: Thu, 21 Mar 2019 22:43:09 -0300 Subject: [PATCH] Update package.json (@babel/core@7.4.0 issue) please check these resources below on the reasoning behind this problematic babel bug: - https://stackoverflow.com/questions/55251983/what-does-this-error-mean-with-usebuiltins-option-required-direct-setting-of - https://github.com/parcel-bundler/parcel/issues/2819 - https://github.com/parcel-bundler/parcel/commit/53c09b3cfa3a14bc0dc9875950b31e43d4a9a2e4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c7fd2f60bf..8b720faa30 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "yorkie": "^2.0.0" }, "resolutions": { - "@babel/core": "^7.0.0", + "@babel/core": "^7.0.0 <7.4.0", "@babel/preset-env": "^7.0.0", "babel-core": "7.0.0-bridge.0", "ps-tree": "^1.1.1",