Closed
Description
For code-splitting in our app we have
import(/* webpackChunkName: "WelcomePage" */ "./components/WelcomePage")
However, we don't get the same awesome eslint error if that path doesn't exist. It would be great to have that linted as well.