Skip to content

Commit

Permalink
Changelog for 3.0.0 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklafrance committed Nov 16, 2018
1 parent 9346d67 commit 0a02990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changelog/3.0.0.md
Expand Up @@ -4,7 +4,7 @@ If you were using the CLI option `--react-scripts` your `craco` setup will not w

Prior to 3.0.0, `--react-scripts` base path was `current_working_directory\node_modules`.

In 3.0.0, `--react-scripts` is now `current_working_directory`.
In 3.0.0, `--react-scripts` the base path is now `current_working_directory`.

## The easy fix

Expand Down Expand Up @@ -40,7 +40,7 @@ $ craco start --scripts-version react-scripts-ts

## You use a monorepo

If you provided `--react-scripts` because you use **yarn workspace** or any other **monorepo setup** that follow the `packages/*` convention, you should use `--workspace` instead.
If you provided `--react-scripts` because you use a **yarn workspace** or any other **monorepo setup** that follow the `packages/*` convention, you should use `--workspace` instead.

Before:

Expand Down

0 comments on commit 0a02990

Please sign in to comment.