From c0fbda089e355c6d73dc663e5afd024f7d43d20d Mon Sep 17 00:00:00 2001 From: Ryan Liang Date: Tue, 12 Dec 2023 19:40:36 -0800 Subject: [PATCH] Rename the .babelrc file Signed-off-by: Ryan Liang --- gantt-chart/.babelrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gantt-chart/.babelrc b/gantt-chart/.babelrc index 83ad455..049df1a 100644 --- a/gantt-chart/.babelrc +++ b/gantt-chart/.babelrc @@ -12,7 +12,7 @@ "plugins": [ "@babel/plugin-transform-modules-commonjs", ["@babel/plugin-transform-runtime", { "regenerator": true }], - "@babel/plugin-proposal-class-properties", - "@babel/plugin-proposal-object-rest-spread" + "@babel/plugin-transform-class-properties", + "@babel/plugin-transform-object-rest-spread" ] } \ No newline at end of file