Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: facebook/create-react-app
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a435485
Choose a base ref
...
head repository: facebook/create-react-app
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dc7645f
Choose a head ref
  • 17 commits
  • 33 files changed
  • 10 contributors

Commits on May 12, 2021

  1. eslint-config-react-app typo fix (#10317)

    This just fixes a shell snippet in the readme file for this plugin
    Spacerat authored May 12, 2021
    Configuration menu
    Copy the full SHA
    651d0db View commit details
    Browse the repository at this point in the history
  2. Fix link address (#10907)

    Replace the Github home link with a link to the repo's main page or a link to the source (https://github.com/CodeByZach/pace/blob/master/pace.js)
    e-w-h authored May 12, 2021
    Configuration menu
    Copy the full SHA
    b680ee7 View commit details
    Browse the repository at this point in the history
  3. Bump immer version for fixing security issue (#10791)

    Bump immer minor version to fix `Prototype Pollution` Security issue.
    shamprasadrh authored May 12, 2021
    Configuration menu
    Copy the full SHA
    281a868 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7bdeced View commit details
    Browse the repository at this point in the history

Commits on May 30, 2021

  1. Add support for Webpack 5 message objects (#10121)

    Co-authored-by: Brody McKee <mrmckeb@gmail.com>
    jasonwilliams and mrmckeb authored May 30, 2021
    2 Configuration menu
    Copy the full SHA
    b172b5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93241a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Configuration menu
    Copy the full SHA
    0415189 View commit details
    Browse the repository at this point in the history
  2. Add source-map-loader for debugging into original source of node_modu…

    …les libraries that contain sourcemaps (#8227)
    justingrant authored Jun 2, 2021
    1 Configuration menu
    Copy the full SHA
    382ba21 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. 3 Configuration menu
    Copy the full SHA
    0ee4765 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. 1 Configuration menu
    Copy the full SHA
    64df135 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Add opt-in support for LESS to webpack config

    Includes also the possibility to pass options to the
    less loader through en environment variable.
    hbj committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    b2029f2 View commit details
    Browse the repository at this point in the history
  2. Load less loader options from a file instead of a env var

    This is much easier to manage than a JSON string. It also
    allows for using JS, e.g. in options that accept functions.
    hbj committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    ce08d49 View commit details
    Browse the repository at this point in the history
  3. Add documentation for using Less

    hbj committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    1e60bed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9ccc56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ca51f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e48ed3e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dc7645f View commit details
    Browse the repository at this point in the history
Loading