From cbf98861fe0df88bb97cbd2907caf9f94a719453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Corte?= Date: Thu, 12 May 2022 17:31:12 +0000 Subject: [PATCH] Update babel.config.js --- babel.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/babel.config.js b/babel.config.js index e0b108e..9a9f8b2 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,4 +1,4 @@ -module.exports = { - "presets": ["next/babel"], - "plugins": [["styled-components", {"ssr": true}]] -} \ No newline at end of file +// module.exports = { +// "presets": ["next/babel"], +// "plugins": [["styled-components", {"ssr": true}]] +// }