Skip to content

Commit

Permalink
Rename the .babelrc file (#294) (#297)
Browse files Browse the repository at this point in the history
(cherry picked from commit 51e3191)

Signed-off-by: Ryan Liang <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 5d2cde8 commit 24ed657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gantt-chart/.babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}

0 comments on commit 24ed657

Please sign in to comment.