Skip to content

Commit

Permalink
babel config change (#229) (#230)
Browse files Browse the repository at this point in the history
(cherry picked from commit 86c26dd)

Signed-off-by: sumukhswamy <[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 508b187 commit 377c759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
// Alternative to install them locally in node_modules
module.exports = {
presets: [require("@babel/preset-env"), require("@babel/preset-react"), require("@babel/preset-typescript")],
plugins: [require("@babel/plugin-proposal-class-properties"), require("@babel/plugin-proposal-object-rest-spread"), ["@babel/transform-runtime"]]
plugins: [require("@babel/plugin-transform-logical-assignment-operators"), ["@babel/transform-runtime"]]
};

0 comments on commit 377c759

Please sign in to comment.