Avoid warning on compilation

This commit is contained in:
Jean-Baptiste Bellet
2022-10-11 16:10:19 +02:00
parent 14a258c661
commit 4de0b9ad11

View File

@@ -65,7 +65,8 @@ module.exports = function(api) {
async: false async: false
} }
], ],
["@babel/plugin-proposal-private-property-in-object", { "loose": true }] ["@babel/plugin-proposal-private-property-in-object", { "loose": true }],
["@babel/plugin-proposal-private-methods", { "loose": true }]
].filter(Boolean) ].filter(Boolean)
} }
} }