Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Merge requests
  • !12352

fix: exclude CJS files with file loader (#11889)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Administrator requested to merge github/fork/gdethier/main into main May 02, 2022
  • Overview 3
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: gdethier

This PR fixes #11889. The change has been tested against the code example provided in the issue:

  1. Download the code example
  2. Install dependencies
  3. Eject
  4. Apply the config change described in this PR
  5. Run the app and see that it works as expected. Capture d’écran du 2022-05-02 15-51-31

Without the change, one would get this instead: Capture d’écran du 2022-05-02 15-52-26

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/gdethier/main