about summary refs log tree commit diff
path: root/babel.config.js
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2021-05-05 06:13:04 +0900
committerGitHub <noreply@github.com>2021-05-04 23:13:04 +0200
commitdde0529fbc2228ff7069a5208cdcdf745685db09 (patch)
treea6247690c46ee18d9822e72d1f9c9bc486bdffc9 /babel.config.js
parentd95128c99dc65b8f5ffc352e5eb4c2a87b332c5a (diff)
Remove dependency for @babel/plugin-proposal-class-properties (#16155)
Diffstat (limited to 'babel.config.js')
-rw-r--r--babel.config.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/babel.config.js b/babel.config.js
index 9be5b547a..b040cc159 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -18,7 +18,6 @@ module.exports = (api) => {
     ],
     plugins: [
       ['@babel/proposal-decorators', { legacy: true }],
-      '@babel/proposal-class-properties',
       ['react-intl', { messagesDir: './build/messages' }],
       'preval',
     ],