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 1a04b96 commit 5b77280Copy full SHA for 5b77280
packages/react-scripts/scripts/build.js
@@ -143,7 +143,7 @@ checkBrowsers(paths.appPath, isInteractive)
143
function build(previousFileSizes) {
144
console.log('Creating an optimized production build...');
145
146
- let compiler = webpack(config);
+ const compiler = webpack(config);
147
return new Promise((resolve, reject) => {
148
compiler.run((err, stats) => {
149
let messages;
0 commit comments