Skip to content

Commit

Permalink
babel config change (opensearch-project#229)
Browse files Browse the repository at this point in the history
Signed-off-by: sumukhswamy <[email protected]>
  • Loading branch information
sumukhswamy authored Dec 13, 2023
1 parent 8b96123 commit 86c26dd
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 86c26dd

Please sign in to comment.