Skip to content

Commit 4f4b570

Browse files
committed
Revert "Remove debug statements"
This reverts commit af3dc33.
1 parent cb46b40 commit 4f4b570

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

packages/app/config/webpack.prod.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ module.exports = merge(commonConfig, {
139139
{
140140
urlPattern: /^https:\/\/\w+\.codesandbox\.\w+\/$/, // request to /
141141
handler: 'networkFirst',
142+
options: {
143+
debug: true,
144+
},
142145
},
143146
{
144147
urlPattern: /\.worker\.js$/,
@@ -148,6 +151,7 @@ module.exports = merge(commonConfig, {
148151
maxEntries: 50,
149152
name: 'workers-cache',
150153
},
154+
debug: true,
151155
},
152156
},
153157
{
@@ -158,6 +162,7 @@ module.exports = merge(commonConfig, {
158162
maxEntries: 50,
159163
name: 'sandboxes-cache',
160164
},
165+
debug: true,
161166
},
162167
},
163168
{
@@ -168,6 +173,7 @@ module.exports = merge(commonConfig, {
168173
maxAgeSeconds: 60 * 60 * 24,
169174
name: 'dependency-version-cache',
170175
},
176+
debug: true,
171177
},
172178
},
173179
{
@@ -181,6 +187,7 @@ module.exports = merge(commonConfig, {
181187
maxAgeSeconds: 60 * 60 * 24,
182188
name: 'static-root-cache',
183189
},
190+
debug: true,
184191
},
185192
},
186193
{
@@ -192,6 +199,7 @@ module.exports = merge(commonConfig, {
192199
maxAgeSeconds: 60 * 60 * 24 * 7,
193200
name: 'dependency-url-generator-cache',
194201
},
202+
debug: true,
195203
},
196204
},
197205
{
@@ -202,6 +210,7 @@ module.exports = merge(commonConfig, {
202210
maxAgeSeconds: 60 * 60 * 24 * 7,
203211
name: 'dependency-files-cache',
204212
},
213+
debug: true,
205214
},
206215
},
207216
{
@@ -213,6 +222,7 @@ module.exports = merge(commonConfig, {
213222
name: 'unpkg-dep-cache',
214223
maxAgeSeconds: 60 * 60 * 24 * 7,
215224
},
225+
debug: true,
216226
},
217227
},
218228
{
@@ -224,6 +234,7 @@ module.exports = merge(commonConfig, {
224234
name: 'jsdelivr-dep-cache',
225235
maxAgeSeconds: 60 * 60 * 24 * 7,
226236
},
237+
debug: true,
227238
},
228239
},
229240
{
@@ -235,6 +246,7 @@ module.exports = merge(commonConfig, {
235246
name: 'cloudflare-cache',
236247
maxAgeSeconds: 60 * 60 * 24 * 7,
237248
},
249+
debug: true,
238250
},
239251
},
240252
],

0 commit comments

Comments
 (0)