0
0
Fork 0

Remove dependency for @babel/plugin-proposal-class-properties (#16155)

This commit is contained in:
Yamagishi Kazutoshi 2021-05-05 06:13:04 +09:00 committed by GitHub
parent d95128c99d
commit dde0529fbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 3 deletions

View file

@ -18,7 +18,6 @@ module.exports = (api) => {
],
plugins: [
['@babel/proposal-decorators', { legacy: true }],
'@babel/proposal-class-properties',
['react-intl', { messagesDir: './build/messages' }],
'preval',
],