Skip to content

Commit

Permalink
updated babel config
Browse files Browse the repository at this point in the history
Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
  • Loading branch information
amsiglan committed Nov 20, 2023
1 parent 32b92f0 commit 17b985c
Show file tree
Hide file tree
Showing 2 changed files with 566 additions and 194 deletions.
4 changes: 2 additions & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ module.exports = {
require('@babel/preset-typescript'),
],
plugins: [
require('@babel/plugin-proposal-class-properties'),
require('@babel/plugin-proposal-object-rest-spread'),
require('@babel/plugin-transform-class-properties'),
require('@babel/plugin-transform-object-rest-spread'),
require('@babel/plugin-transform-modules-commonjs'),
],
};
Loading

0 comments on commit 17b985c

Please sign in to comment.