Skip to content

Commit

Permalink
docs(config): tiny typos (#2859)
Browse files Browse the repository at this point in the history
  • Loading branch information
iiio2 authored Nov 8, 2024
1 parent f9c269f commit 18508dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/3.config/0.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,12 +500,12 @@ Avoid creating chunks.

### `sourceMap`

Enable source-map generation. See [options](https://rollupjs.org/configuration-options/#output-sourcemap)
Enable source map generation. See [options](https://rollupjs.org/configuration-options/#output-sourcemap)
- Default: `true`

### `node`

Specify whether the build is used for Node.js or not. If set to `false`, nitro tried to mock Node.js dependencies using [unjs/unenv](https://github.com/unjs/unenv) and adjust its behavior.
Specify whether the build is used for Node.js or not. If set to `false`, nitro tries to mock Node.js dependencies using [unjs/unenv](https://github.com/unjs/unenv) and adjust its behavior.

### `analyze`

Expand Down

0 comments on commit 18508dc

Please sign in to comment.