You'll need to do a few things
- If you don't already have a
.babelrc
, create one and add the following
{
"plugins": [
[
"@babel/plugin-proposal-decorators", { "legacy": true }
]
]
}
- Add the
babel-plugin-proposal-decorators
package:
yarn add @babel/plugin-proposal-decorators