The code I am trying to execute is as below.
const obj = {place: 'kar', number: 45};
const {place, number} = obj;
console.log(place);
I get the following error while using ES6 object destructuring.
t.isRestProperty is not a function
at DestructuringTransformer.pushObjectPattern
I have updated babel-core, babel-loader, webpack, and @babel/cli