Skip to content

Commit

Permalink
docs: clarify what triggers rebuild for watch flag (#7182)
Browse files Browse the repository at this point in the history
  • Loading branch information
leoj3n committed Mar 5, 2022
1 parent 76bbcd0 commit 9f7b859
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/guide/build.md
Expand Up @@ -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:
Expand Down

0 comments on commit 9f7b859

Please sign in to comment.