Skip to content

Commit

Permalink
fix(scripts): fix build (#1459)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzt1224 committed Nov 12, 2021
1 parent 3a17098 commit 3dfca86
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
module.exports = {
presets: ['@babel/preset-react', ['@babel/preset-env'], '@babel/preset-typescript'],
plugins: [
['@babel/plugin-proposal-class-properties', { loose: true }],
['@babel/plugin-proposal-private-property-in-object', { loose: true }],
['@babel/plugin-proposal-private-methods', { loose: true }],
'@babel/plugin-transform-modules-commonjs',
'@babel/transform-runtime',
],
plugins: ['@babel/plugin-transform-modules-commonjs', '@babel/transform-runtime'],
};

1 comment on commit 3dfca86

@vercel
Copy link

@vercel vercel bot commented on 3dfca86 Nov 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.