From d1b057a0ac41a5756b6a416d2f290b086cb59220 Mon Sep 17 00:00:00 2001 From: Yamagishi Kazutoshi Date: Fri, 24 Mar 2023 11:17:53 +0900 Subject: Remove legacy decorators syntax (#18357) --- babel.config.js | 1 - 1 file changed, 1 deletion(-) (limited to 'babel.config.js') diff --git a/babel.config.js b/babel.config.js index b040cc159..3ff98802c 100644 --- a/babel.config.js +++ b/babel.config.js @@ -17,7 +17,6 @@ module.exports = (api) => { ['@babel/env', envOptions], ], plugins: [ - ['@babel/proposal-decorators', { legacy: true }], ['react-intl', { messagesDir: './build/messages' }], 'preval', ], -- cgit