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 ac214e3 commit 70b3110Copy full SHA for 70b3110
packages/react-scripts/config/webpack.config.prod.js
@@ -492,7 +492,7 @@ module.exports = {
492
new WorkboxWebpackPlugin.GenerateSW({
493
clientsClaim: true,
494
exclude: [/\.map$/, /asset-manifest\.json$/],
495
- importWorkboxFrom: 'local',
+ importWorkboxFrom: 'cdn',
496
navigateFallback: publicUrl + '/index.html',
497
navigateFallbackBlacklist: [
498
// Exclude URLs starting with /_, as they're likely an API call
0 commit comments