We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e47720 commit 647f8b9Copy full SHA for 647f8b9
config/webpack.config.prod.js
@@ -321,7 +321,7 @@ module.exports = {
321
staticFileGlobsIgnorePatterns: [/\.map$/, /asset-manifest\.json$/],
322
// Work around Windows path issue in SWPrecacheWebpackPlugin:
323
// https://github.com/facebookincubator/create-react-app/issues/2235
324
- stripPrefix: path.join(paths.appBuild).replace(/\\/g, '/'),
+ stripPrefix: paths.appBuild.replace(/\\/g, '/') + '/',
325
}),
326
// Moment.js is an extremely popular library that bundles large locale files
327
// by default due to how Webpack interprets its code. This is a practical
0 commit comments