Skip to content

Commit 3de8580

Browse files
committed
Fix Unrecognized key(s) in object: 'swcMinify'
1 parent a7030a4 commit 3de8580

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.

next.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ module.exports = {
77
}
88
return config
99
},
10-
swcMinify: true,
1110
}
1211

1312
// https://miyaoka.dev/posts/2020-12-31-hmr-on-markdown

0 commit comments

Comments
 (0)