Skip to content

Commit

Permalink
chore: typo (#3616)
Browse files Browse the repository at this point in the history
  • Loading branch information
y1d7ng committed Jun 1, 2021
1 parent b1fdca7 commit 82b2bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/build.md
Expand Up @@ -92,7 +92,7 @@ module.exports = {
}
```

If you specify a different root, remember that `__dirname` will still be the folder of your vite.config.js file when resolving the input paths. Therfore, you will need to add your `root` entry to the arguments for `resolve`.
If you specify a different root, remember that `__dirname` will still be the folder of your vite.config.js file when resolving the input paths. Therefore, you will need to add your `root` entry to the arguments for `resolve`.

## Library Mode

Expand Down

0 comments on commit 82b2bce

Please sign in to comment.