Getting this error on upgrading react-scripts from 4.0.3 to 5.0.0. I have checked in code, import and export statements seems fine and not importing package.json in any file, but could not able to build it.
Should not import the named export 'name' (imported as 'packageName') from default-exporting module (only default export is available soon)
How to debug in which file it has errors. Any idea/suggestions to resolve it?
Getting this error on upgrading react-scripts from 4.0.3 to 5.0.0. I have checked in code, import and export statements seems fine and not importing package.json in any file, but could not able to build it.
Should not import the named export 'name' (imported as 'packageName') from default-exporting module (only default export is available soon)How to debug in which file it has errors. Any idea/suggestions to resolve it?