File tree 1 file changed +1
-10
lines changed
packages/react-scripts/config
1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -336,17 +336,8 @@ module.exports = {
336
336
console . log ( message ) ;
337
337
} ,
338
338
minify : true ,
339
- // For unknown URLs, fallback to the index page
340
- navigateFallback : publicUrl + '/index.html' ,
341
- // Ignores URLs starting from /__ (useful for Firebase):
342
- // https://github.com/facebookincubator/create-react-app/issues/2237#issuecomment-302693219
343
- navigateFallbackWhitelist : [ / ^ (? ! \/ _ _ ) .* / ] ,
344
- // Don't precache sourcemaps (they're large) and build asset manifest:
339
+ // Don't precache sourcemaps (they're large), or build asset manifest:
345
340
staticFileGlobsIgnorePatterns : [ / \. m a p $ / , / a s s e t - m a n i f e s t \. j s o n $ / ] ,
346
- // Precache likely navigation targets in public/
347
- staticFileGlobs : [ paths . appPublic + '/**/*.html' ] ,
348
- mergeStaticsConfig : true ,
349
- stripPrefix : paths . appPublic ,
350
341
} ) ,
351
342
// Moment.js is an extremely popular library that bundles large locale files
352
343
// by default due to how Webpack interprets its code. This is a practical
You can’t perform that action at this time.
0 commit comments