Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
55f965aa
Commit
55f965aa
authored
8 years ago
by
Ville Immonen
Committed by
GitHub
8 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Update eject message
Change "configs" to "configuration files" .
parent
989fd856
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/init.js
+2
-3
scripts/init.js
with
2 additions
and
3 deletions
+2
-3
scripts/init.js
+
2
-
3
View file @
55f965aa
...
@@ -106,9 +106,8 @@ module.exports = function(appPath, appName, verbose, originalDirectory) {
...
@@ -106,9 +106,8 @@ module.exports = function(appPath, appName, verbose, originalDirectory) {
console
.
log
(
'
Bundles the app into static files for production.
'
);
console
.
log
(
'
Bundles the app into static files for production.
'
);
console
.
log
();
console
.
log
();
console
.
log
(
chalk
.
cyan
(
'
npm run eject
'
));
console
.
log
(
chalk
.
cyan
(
'
npm run eject
'
));
console
.
log
(
'
Removes this tool and copies build dependencies, configs,
'
);
console
.
log
(
'
Removes this tool and copies build dependencies, configuration files
'
);
console
.
log
(
'
and scripts into the app directory.
'
);
console
.
log
(
'
and scripts into the app directory. If you do this, you can’t go back!
'
);
console
.
log
(
'
If you do this, you can’t go back!
'
);
console
.
log
();
console
.
log
();
console
.
log
(
'
We suggest that you begin by typing:
'
);
console
.
log
(
'
We suggest that you begin by typing:
'
);
console
.
log
();
console
.
log
();
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment