Skip to content
5 changes: 5 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ module.exports = api => {
]
}
]
],
"plugins": [
[
"@babel/plugin-proposal-class-properties"
]
]
}
};
Loading