I get the following error: If you are migrating from Babylon/Babel 6 or want to use the old decorators proposal, you should use the \'decorators-legacy\' plugin instead of \'dec
{ "presets": ['@babel/preset-env', '@babel/preset-react'], "plugins": [ ["import", { "libraryName": "antd", "libraryDirectory": "es", "style": "less" }], [ "@babel/plugin-proposal-decorators", { "decoratorsBeforeExport":true } ] ] }