This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/node_modules/react-scripts/config/webpack.config.js b/node_modules/react-scripts/config/webpack.config.js | |
| index 25840d9..25c3c41 100644 | |
| --- a/node_modules/react-scripts/config/webpack.config.js | |
| +++ b/node_modules/react-scripts/config/webpack.config.js | |
| @@ -172,7 +172,7 @@ module.exports = function(webpackEnv) { | |
| // The build folder. | |
| path: isEnvProduction ? paths.appBuild : undefined, | |
| // Add /* filename */ comments to generated require()s in the output. | |
| - pathinfo: isEnvDevelopment, | |
| + pathinfo: false, |