Add in the babel.config.js file:
plugins: [
[
'@babel/plugin-proposal-decorators',
{
'legacy': true
}
]
]
Such as:
Add in the babel.config.js file:
plugins: [
[
'@babel/plugin-proposal-decorators',
{
'legacy': true
}
]
]
Such as: