You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/eslint-config-react-app/index.js
+2-2
Original file line number
Diff line number
Diff line change
@@ -167,13 +167,13 @@ module.exports = {
167
167
object: 'require',
168
168
property: 'ensure',
169
169
message:
170
-
'Please use import() instead. More info: https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#code-splitting',
170
+
'Please use import() instead. More info: https://facebook.github.io/create-react-app/docs/code-splitting',
171
171
},
172
172
{
173
173
object: 'System',
174
174
property: 'import',
175
175
message:
176
-
'Please use import() instead. More info: https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#code-splitting',
176
+
'Please use import() instead. More info: https://facebook.github.io/create-react-app/docs/code-splitting',
0 commit comments