Remove dependency for @babel/plugin-proposal-class-properties (#16155)
This commit is contained in:
parent
d95128c99d
commit
dde0529fbc
3 changed files with 1 additions and 3 deletions
|
@ -18,7 +18,6 @@ module.exports = (api) => {
|
|||
],
|
||||
plugins: [
|
||||
['@babel/proposal-decorators', { legacy: true }],
|
||||
'@babel/proposal-class-properties',
|
||||
['react-intl', { messagesDir: './build/messages' }],
|
||||
'preval',
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue