From 64570c6dd5567d40232d898dcc865136f9c47797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Tue, 13 Apr 2021 13:44:28 -0400 Subject: [PATCH] add helper packages sidebar item --- website/sidebars.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/sidebars.json b/website/sidebars.json index a8600dcd71..2e79434472 100644 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -31,6 +31,10 @@ "babel-template", "babel-traverse", "babel-types" + ], + "Helper Packages": [ + "babel-helper-compilation-targets", + "babel-helper-module-imports" ] }, "plugins": {