-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Description
When I switch between branches, I often see messages like this:
Module not found: [CaseSensitivePathsPlugin]
/Users/dan/p/create-react-app/packages/react-scripts/template/src/service-worker-registration.js
does not match the corresponding path on disk - File does not exist.
Note how it starts with the case sensitive plugin intro, but then the real issue is that the file just stopped existing. So the message is misleading until the very last four words.
Shouldn't the plugin just bail out if a file was deleted, and ignore it? Then webpack can show its normal message about file missing.
Metadata
Metadata
Assignees
Labels
No labels