From 0a02990556c04146f7a480a67d60fd487389da0c Mon Sep 17 00:00:00 2001 From: "patrick.lafrance" Date: Fri, 16 Nov 2018 16:18:50 -0500 Subject: [PATCH] Changelog for 3.0.0 fix --- changelog/3.0.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/3.0.0.md b/changelog/3.0.0.md index 62202a66..8894b00b 100644 --- a/changelog/3.0.0.md +++ b/changelog/3.0.0.md @@ -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 @@ -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: