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 83e6324 commit ede4f9bCopy full SHA for ede4f9b
packages/react-scripts/config/webpack.config.dev.js
@@ -77,7 +77,7 @@ module.exports = {
77
publicPath: publicPath,
78
// Point sourcemap entries to original disk location
79
devtoolModuleFilenameTemplate: info =>
80
- path.relative(paths.appSrc, info.absoluteResourcePath),
+ path.resolve(info.absoluteResourcePath),
81
},
82
resolve: {
83
// This allows you to set a fallback for where Webpack should look for modules.
0 commit comments