Commit ddb76dc
committed
π§ BUILD FIX: Remove problematic webpack configuration
WEBPACK BUILD ERROR FIXED:
β
Removed custom webpack DefinePlugin configuration incompatible with Next.js 15.4.2
β
Removed FORCE_REACT_DEV_MODE environment variable causing webpack issues
β
Simplified development error override to avoid webpack conflicts
β
Maintained enhanced error logging without build-breaking changes
ISSUE RESOLVED:
- TypeError: _webpack.WebpackError is not a constructor
- Webpack plugin configuration incompatibility
- Next.js 15.4.2 build process conflicts
The enhanced error logging system remains fully functional! π§β
1 parent f764186 commit ddb76dc
2 files changed
+12
-33
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
| 164 | + | |
| 165 | + | |
172 | 166 | | |
173 | 167 | | |
174 | | - | |
175 | | - | |
| 168 | + | |
| 169 | + | |
176 | 170 | | |
177 | | - | |
| 171 | + | |
178 | 172 | | |
179 | 173 | | |
180 | 174 | | |
| |||
227 | 221 | | |
228 | 222 | | |
229 | 223 | | |
230 | | - | |
| 224 | + | |
231 | 225 | | |
232 | | - | |
| 226 | + | |
233 | 227 | | |
234 | 228 | | |
235 | 229 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 5 | + | |
9 | 6 | | |
10 | 7 | | |
11 | 8 | | |
| |||
61 | 58 | | |
62 | 59 | | |
63 | 60 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | 61 | | |
68 | 62 | | |
69 | 63 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | 64 | | |
80 | 65 | | |
81 | 66 | | |
| |||
0 commit comments