We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e83a9 commit 1945bc6Copy full SHA for 1945bc6
1 file changed
src/lib/webpack/webpack-client-config.js
@@ -152,6 +152,7 @@ function isProd(config) {
152
navigateFallback: 'index.html',
153
navigateFallbackWhitelist: [/^(?!\/__).*/],
154
minify: true,
155
+ skipWaiting: false,
156
stripPrefix: config.cwd,
157
staticFileGlobsIgnorePatterns: [
158
/polyfills(\..*)?\.js$/,
0 commit comments