We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 532234c + f0ad9d3 commit 5778812Copy full SHA for 5778812
.babelrc
@@ -0,0 +1,4 @@
1
+{
2
+ "presets": ["next/babel"],
3
+ "plugins": [["styled-components", { "ssr": true }]]
4
+}
next.config.js
@@ -1 +1,7 @@
-module.exports = { reactStrictMode: true, poweredByHeader: false };
+module.exports = {
+ reactStrictMode: true,
+ poweredByHeader: false,
+ experimental: {
5
+ forceSwcTransforms: true,
6
+ },
7
+};
0 commit comments