Skip to content

Commit 9370630

Browse files
committed
upgrade next
1 parent 1cc7c5c commit 9370630

File tree

3 files changed

+393
-5098
lines changed

3 files changed

+393
-5098
lines changed

apps/website/next.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ const withBundleAnalyzer = require("@next/bundle-analyzer")({
22
enabled: process.env.ANALYZE === "true",
33
});
44

5-
module.exports = withBundleAnalyzer({});
5+
module.exports = withBundleAnalyzer({
6+
swcMinify: true,
7+
});

0 commit comments

Comments
 (0)