File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -327,9 +327,6 @@ module.exports = {
327327 navigateFallbackWhitelist : [ / ^ (? ! \/ _ _ ) .* / ] ,
328328 // Don't precache sourcemaps (they're large) and build asset manifest:
329329 staticFileGlobsIgnorePatterns : [ / \. m a p $ / , / a s s e t - m a n i f e s t \. j s o n $ / ] ,
330- // Work around Windows path issue in SWPrecacheWebpackPlugin:
331- // https://github.com/facebookincubator/create-react-app/issues/2235
332- stripPrefix : paths . appBuild . replace ( / \\ / g, '/' ) + '/' ,
333330 } ) ,
334331 // Moment.js is an extremely popular library that bundles large locale files
335332 // by default due to how Webpack interprets its code. This is a practical
Original file line number Diff line number Diff line change 5151 "react-dev-utils" : " ^3.0.0" ,
5252 "react-error-overlay" : " ^1.0.7" ,
5353 "style-loader" : " 0.17.0" ,
54- "sw-precache-webpack-plugin" : " 0.9.1 " ,
54+ "sw-precache-webpack-plugin" : " ^0.11.3 " ,
5555 "url-loader" : " 0.5.8" ,
5656 "webpack" : " 2.6.1" ,
5757 "webpack-dev-server" : " 2.4.5" ,
You can’t perform that action at this time.
0 commit comments