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 c0e4c4d commit 871b2e9Copy full SHA for 871b2e9
packages/react-scripts/config/webpack.config.js
@@ -211,7 +211,7 @@ module.exports = function (webpackEnv) {
211
: paths.appIndexJs,
212
output: {
213
// The build folder.
214
- path: isEnvProduction ? paths.appBuild : undefined,
+ path: paths.appBuild,
215
// Add /* filename */ comments to generated require()s in the output.
216
pathinfo: isEnvDevelopment,
217
// There will be one main bundle, and one file per asynchronous chunk.
0 commit comments