Skip to content

Commit 17aaef2

Browse files
committed
update doc
1 parent ddd5868 commit 17aaef2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/setup_with_tailwind.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $ npm run watch
2929

3030
## Explicitly Specify Source Files
3131

32-
Even Tailwind 4 can AUTO scan all project files in the project directory, we still recommend to explicitly specify the source files to improve performance.
32+
Even Tailwind 4 can AUTO scan all project files in the project directory, we still recommend to explicitly specify the source files to improve performance and avoid webpack keeps recompiling.
3333

3434
Below is an example
3535

@@ -60,6 +60,9 @@ Below is an example
6060
}
6161
```
6262

63+
!!! note
64+
Please remember to update the file path in your project.
65+
6366
## Live Reload
6467

6568
[Live Reload Support](live_reload.md)

0 commit comments

Comments
 (0)