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
7c899fc3
Commit
7c899fc3
authored
8 years ago
by
Dan Abramov
Committed by
GitHub
8 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Revert "Enable eslint caching in development" (#1665)
parent
3509dcd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/react-scripts/config/webpack.config.dev.js
+4
-5
packages/react-scripts/config/webpack.config.dev.js
with
4 additions
and
5 deletions
+4
-5
packages/react-scripts/config/webpack.config.dev.js
+
4
-
5
View file @
7c899fc3
...
@@ -114,14 +114,13 @@ module.exports = {
...
@@ -114,14 +114,13 @@ module.exports = {
test
:
/
\.(
js|jsx
)
$/
,
test
:
/
\.(
js|jsx
)
$/
,
enforce
:
'
pre
'
,
enforce
:
'
pre
'
,
use
:
[{
use
:
[{
// @remove-on-eject-begin
// Point ESLint to our predefined config.
options
:
{
options
:
{
// @remove-on-eject-begin
// Point ESLint to our predefined config.
configFile
:
path
.
join
(
__dirname
,
'
../.eslintrc
'
),
configFile
:
path
.
join
(
__dirname
,
'
../.eslintrc
'
),
useEslintrc
:
false
,
useEslintrc
:
false
// @remove-on-eject-end
cache
:
true
},
},
// @remove-on-eject-end
loader
:
'
eslint-loader
'
loader
:
'
eslint-loader
'
}],
}],
include
:
paths
.
appSrc
include
:
paths
.
appSrc
...
...
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