File tree Expand file tree Collapse file tree 3 files changed +242
-247
lines changed Expand file tree Collapse file tree 3 files changed +242
-247
lines changed Original file line number Diff line number Diff line change @@ -52,26 +52,6 @@ const nextConfig = {
52
52
// https://nextjs.org/docs/basic-features/data-fetching/get-server-side-props
53
53
serverRuntimeConfig : require ( './appsettings' ) ,
54
54
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 ,
75
55
async headers ( ) {
76
56
return [
77
57
{
You can’t perform that action at this time.
0 commit comments