mirror of
https://github.com/vitejs/vite.git
synced 2024-11-22 07:09:05 +00:00
docs: clarify what triggers rebuild for watch flag (#7182)
This commit is contained in:
parent
76bbcd0998
commit
9f7b859c9f
@ -72,6 +72,8 @@ module.exports = defineConfig({
|
||||
})
|
||||
```
|
||||
|
||||
With the `--watch` flag enabled, changes to the `vite.config.js`, as well as any files to be bundled, will trigger a rebuild.
|
||||
|
||||
## Multi-Page App
|
||||
|
||||
Suppose you have the following source code structure:
|
||||
|
Loading…
Reference in New Issue
Block a user