From 6b6bf086a944dcacee1134be703780c4ba699e6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Corte?= Date: Thu, 12 May 2022 17:26:14 +0000 Subject: [PATCH 1/2] Delete .babelrc --- .babelrc | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .babelrc diff --git a/.babelrc b/.babelrc deleted file mode 100644 index 998d083..0000000 --- a/.babelrc +++ /dev/null @@ -1,8 +0,0 @@ -{ - "presets": [ - "next/babel" - ], - "plugins": [ - ["styled-components", { "ssr": true }] - ] -} 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 2/2] 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}]] +// }