Skip to content

Commit

Permalink
docs: fix tree-shaking typo (#9080)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbielik committed Jul 13, 2022
1 parent abbb5cc commit e8e1e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/blog/announcing-vite3.md
Expand Up @@ -152,7 +152,7 @@ import.meta.glob(['./dir/*.js', './another/*.js'])
import.meta.glob(['./dir/*.js', '!**/bar.js'])
```

[Named Imports](/guide/features.html#named-imports) can be specified to improve tree-shacking
[Named Imports](/guide/features.html#named-imports) can be specified to improve tree-shaking

```js
import.meta.glob('./dir/*.js', { import: 'setup' })
Expand Down

0 comments on commit e8e1e62

Please sign in to comment.