Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
7be14b91
Unverified
Commit
7be14b91
authored
6 years ago
by
Joe Haddad
Browse files
Options
Download
Email Patches
Plain Diff
Tweak init.js after merge
parent
2aaf71ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/react-scripts/scripts/init.js
+3
-2
packages/react-scripts/scripts/init.js
with
3 additions
and
2 deletions
+3
-2
packages/react-scripts/scripts/init.js
+
3
-
2
View file @
7be14b91
...
...
@@ -97,12 +97,13 @@ module.exports = function(
test
:
'
react-scripts test --env=jsdom
'
,
eject
:
'
react-scripts eject
'
,
};
// Setup the eslint config
appPackage
.
eslintConfig
=
{
'
extends
'
:
'
react-app
'
extends
:
'
react-app
'
,
};
// Setup the browsers list
appPackage
.
browserslist
=
defaultBrowsers
;
fs
.
writeFileSync
(
...
...
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
Menu
Explore
Projects
Groups
Snippets