We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7edeb23 commit c90e1d1Copy full SHA for c90e1d1
packages/app/config/webpack.prod.js
@@ -70,6 +70,10 @@ module.exports = merge(commonConfig, {
70
// Don't precache sourcemaps (they're large) and build asset manifest:
71
staticFileGlobsIgnorePatterns: [/\.map$/, /asset-manifest\.json$/],
72
maximumFileSizeToCacheInBytes: 5242880,
73
+
74
+ // We need to keep the old assets available until the sandbox has
75
+ // loaded them.
76
+ skipWaiting: false,
77
runtimeCaching: [
78
{
79
urlPattern: /api\/v1\/sandboxes/,
0 commit comments