./src/index.js Cannot find file: 'Hello.js' does not match the corresponding name on disk: '.\src\hello.js'.
See original GitHub issueBug report
What is the current behavior?
If the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior?
Other relevant information:
webpack version:
Node.js version:
Operating System:
Additional tools:
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Ask Question - Stack Overflow
Error: Cannot find file: 'index.js' does not match the corresponding name on disk: './node_modules/React/react' [closed] · It seems to work find ...
Read more >React | does not match the corresponding name on disk
JS - JavaScript. React - Cannot find file | does not match the corresponding name on disk. 5.6K views 1 year ago.
Read more >'Index.Js' Does Not Match The Corresponding Name On Disk
Filtering out the most src/index.js Cannot find file: 'Hello.js' does not match the corresponding name on disk: '.\src\hello.js'. If ...
Read more >[Solved] Cannot find file: 'index.js' does not match the ...
Failed to compile../src/Homepage.jsCannot find file: 'index.js' does not match the corresponding name on disk: '.\node_modules\React\react'.
Read more >Creating a React app with Webpack - JavaScript Ramblings
Sometimes you want to get started with React but don't want all ... <title>React + Webpack</title> </head> <body> <h1>Hello React + Webpack!
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

You should keep the
import hello from './Hello'reference andHello.jsfilename consistent.Please submit support requests and questions to StackOverflow using the tag [webpack]. StackOverflow is better suited for this kind of support. The issue tracker is for bug reports and feature discussions. See also our CONTRIBUTING guidelines.