Skip to content

Commit 3b89479

Browse files
originellgaearon
authored andcommitted
Removes sass watch recursive, default include-path
as proposed by @michaelwayman
1 parent 6a38ae2 commit 3b89479

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react-scripts/template/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,8 +636,8 @@ To share variables between Sass files, you can use Sass imports. For example, `s
636636
To enable importing files without using relative paths, you can add the `--include-path` option to the command in `package.json`.
637637

638638
```
639-
"build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/",
640-
"watch-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive",
639+
"build-css": "node-sass-chokidar --include-path ./node_modules src/ -o src/",
640+
"watch-css": "node-sass-chokidar --include-path ./node_modules src/ -o src/ --watch",
641641
```
642642

643643
This will allow you to do imports like

0 commit comments

Comments
 (0)