Cannot recognize ReactJS imports

Issues can also be found here: https://github.com/circleci/circleci-docs/issues/3817

Description

When integrated with CircleCI, the basic javascript import cannot be recognized. For example:

import App from './app';

where app.js is the file that exports App module. More detailed information can be found in the link. Not sure why it doesn’t work, since I have set up react apps with CircleCI before.

All the tests are running locally without issue, just not on CircleCI.

Solved in https://github.com/circleci/circleci-docs/issues/3817

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.