Skip to content

Commit fb6a834

Browse files
committed
Update stack to Next.js 13 + Node 18 LTS
1 parent f2e901f commit fb6a834

File tree

3 files changed

+242
-247
lines changed

3 files changed

+242
-247
lines changed

next.config.js

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -52,26 +52,6 @@ const nextConfig = {
5252
// https://nextjs.org/docs/basic-features/data-fetching/get-server-side-props
5353
serverRuntimeConfig: require('./appsettings'),
5454
productionBrowserSourceMaps: true,
55-
/*
56-
Disable swcMinify for now
57-
https://github.com/vercel/next.js/issues/40889
58-
https://github.com/ant-design/ant-design/issues/38106
59-
60-
index.js:235
61-
62-
TypeError: number 0 is not iterable (cannot read property Symbol(Symbol.iterator))
63-
at new Map (<anonymous>)
64-
at Overflow.js:173:1
65-
at useBatchFrameState.js:32:34
66-
at eD (Overflow.js:173:1)
67-
at P (Item.js:33:1)
68-
at Item.js:38:1
69-
at uJ (react-dom.production.min.js:241:246)
70-
at u1 (react-dom.production.min.js:245:114)
71-
at o5 (react-dom.production.min.js:285:374)
72-
at react-dom.production.min.js:284:398
73-
*/
74-
swcMinify: false,
7555
async headers() {
7656
return [
7757
{

0 commit comments

Comments
 (0)