From 3075641e51caf41217bf19d6713495f745bb2472 Mon Sep 17 00:00:00 2001 From: Alin Voinea Date: Wed, 26 Oct 2022 13:33:41 +0300 Subject: [PATCH] Cleanup --- babel.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babel.config.js b/babel.config.js index 2f4e1e8..51bd52b 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,6 +1,6 @@ module.exports = function (api) { api.cache(true); - const presets = ['razzle/babel']; + const presets = ['razzle']; const plugins = [ [ 'react-intl', // React Intl extractor, required for the whole i18n infrastructure to work