Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(react): case sensitive file import with react app generator when … #9670

Merged
merged 2 commits into from Apr 5, 2022

Commits on Apr 3, 2022

  1. fix(react): case sensitive file import with react app generator when …

    …using pascalCaseFiles option
    
    Based on the flags passed into the react application generator it should use the appropiate casing
    in the imports for the generated App.spec.tsx.
    
    This only affected new react apps generated with
    the `--pascalCaseFiles` flag on fully case sensitive file systems, such as a linux host running
    docker linux. Since it's likely people have already manually fixed, I don't think a migration makes
    sense.
    
    fixes nrwl#9666, closes nrwl/nx-examples#195
    
    ISSUES CLOSED: nrwl#9666
    kaltepeter committed Apr 3, 2022
    Copy the full SHA
    6efac0f View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. chore(repo): kick off CI

    AgentEnder committed Apr 5, 2022
    Copy the full SHA
    8055e6e View commit details
    Browse the repository at this point in the history