Created by: greguintow
Problem
I'm currently building a project using nx monorepo tool, they have its own react config, but the bundle is bigger and doesn't have the cool way to show eslint errors like here. But it has some conflicts when have a package.json inside the project.
Solution
I ejected a create-react-app project and made the required changes to don't use the package.json, but in this file that I changed the descriptionFileRoot
was getting undefined
. So I just checked if was not undefined and then started working on the project without a package.json file.