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.
1 parent d790fff commit 97c97c7Copy full SHA for 97c97c7
next.config.js
@@ -1 +1,7 @@
1
-module.exports = { reactStrictMode: true, poweredByHeader: false };
+module.exports = {
2
+ reactStrictMode: true,
3
+ poweredByHeader: false,
4
+ experimental: {
5
+ forceSwcTransforms: true,
6
+ },
7
+};
0 commit comments