You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vi...@apache.org on 2021/08/05 13:56:08 UTC

[hudi] branch asf-site updated: [HUDI-1985] Added babel dev dependencies to avoid build failures. (#3410)

This is an automated email from the ASF dual-hosted git repository.

vinoth pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 301fb24  [HUDI-1985] Added babel dev dependencies to avoid build failures. (#3410)
301fb24 is described below

commit 301fb24de24048295f61b74e40f8296016a90af1
Author: Vinoth Govindarajan <vi...@uber.com>
AuthorDate: Thu Aug 5 06:55:52 2021 -0700

    [HUDI-1985] Added babel dev dependencies to avoid build failures. (#3410)
---
 website/package.json | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/website/package.json b/website/package.json
index 567e7ef..0d5f069 100644
--- a/website/package.json
+++ b/website/package.json
@@ -42,5 +42,10 @@
       "last 1 firefox version",
       "last 1 safari version"
     ]
+  },
+  "devDependencies": {
+    "@babel/core": "^7.15.0",
+    "@babel/preset-env": "^7.15.0",
+    "babel-loader": "^8.2.2"
   }
 }