File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -327,9 +327,6 @@ module.exports = {
327
327
navigateFallbackWhitelist : [ / ^ (? ! \/ _ _ ) .* / ] ,
328
328
// Don't precache sourcemaps (they're large) and build asset manifest:
329
329
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, '/' ) + '/' ,
333
330
} ) ,
334
331
// Moment.js is an extremely popular library that bundles large locale files
335
332
// by default due to how Webpack interprets its code. This is a practical
Original file line number Diff line number Diff line change 51
51
"react-dev-utils" : " ^3.0.0" ,
52
52
"react-error-overlay" : " ^1.0.7" ,
53
53
"style-loader" : " 0.17.0" ,
54
- "sw-precache-webpack-plugin" : " 0.9.1 " ,
54
+ "sw-precache-webpack-plugin" : " 0.11.3 " ,
55
55
"url-loader" : " 0.5.8" ,
56
56
"webpack" : " 2.6.1" ,
57
57
"webpack-dev-server" : " 2.4.5" ,
You can’t perform that action at this time.
0 commit comments