Skip to content

Commit a7ced0f

Browse files
committed
updated babel plugin
1 parent e4a52b1 commit a7ced0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module.exports = function(api) {
5353
}
5454
],
5555
[
56-
require.resolve('@babel/plugin-proposal-private-property-in-object'),
56+
'@babel/plugin-transform-private-property-in-object',
5757
{
5858
loose: true
5959
}

0 commit comments

Comments
 (0)