Skip to content

Commit

Permalink
docs: fixed example in README and options list
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeyper committed Mar 11, 2021
1 parent d92356d commit 7a1276d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/babel-preset-vite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Without options:

With options:

```json
```jsonc
{
"presets": [
[
Expand Down Expand Up @@ -83,7 +83,7 @@ require('@babel/core').transformSync('code', {
Toggles whether or not to perform
[`import.meta.env`](https://vitejs.dev/guide/env-and-mode.html#env-variables) transformations.

### `env`
### `glob`

`boolean`, defaults to `true`

Expand Down

0 comments on commit 7a1276d

Please sign in to comment.