Skip to content

Commit 97c97c7

Browse files
committed
forceSwcTransforms
1 parent d790fff commit 97c97c7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

next.config.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
module.exports = { reactStrictMode: true, poweredByHeader: false };
1+
module.exports = {
2+
reactStrictMode: true,
3+
poweredByHeader: false,
4+
experimental: {
5+
forceSwcTransforms: true,
6+
},
7+
};

0 commit comments

Comments
 (0)