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 b08e063 commit aecf402Copy full SHA for aecf402
packages/react-scripts/scripts/init.js
@@ -181,6 +181,9 @@ module.exports = function(
181
fs.unlinkSync(templateDependenciesPath);
182
}
183
184
+ console.log(chalk.red('CREATE-REACT-LIBRARY'));
185
+ console.log();
186
+
187
// Install react and react-dom for backward compatibility with old CRA cli
188
// which doesn't install react and react-dom along with react-scripts
189
// or template is presetend (via --internal-testing-template)
@@ -256,6 +259,7 @@ module.exports = function(
256
259
257
260
console.log();
258
261
console.log('Happy hacking!');
262
263
};
264
265
function isReactInstalled(appPackage) {
0 commit comments