Skip to content

Commit 6b47430

Browse files
committed
added require-resolve
1 parent d36edb8 commit 6b47430

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-
'@babel/plugin-proposal-private-property-in-object',
56+
require.resolve('@babel/plugin-proposal-private-property-in-object'),
5757
{
5858
loose: true
5959
}

0 commit comments

Comments
 (0)