Remove @ decorators

This commit is contained in:
Alex Gleason
2022-11-03 15:33:51 -05:00
parent fb907b07c3
commit 00023642ca
14 changed files with 174 additions and 182 deletions

View File

@ -17,7 +17,6 @@ module.exports = (api) => {
plugins: [
'@babel/syntax-dynamic-import',
['@babel/proposal-object-rest-spread', { useBuiltIns: true }],
['@babel/proposal-decorators', { legacy: true }],
'@babel/proposal-class-properties',
['react-intl', { messagesDir: './build/messages/' }],
'preval',