You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/3.config/0.index.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -500,12 +500,12 @@ Avoid creating chunks.
500
500
501
501
### `sourceMap`
502
502
503
-
Enable source-map generation. See [options](https://rollupjs.org/configuration-options/#output-sourcemap)
503
+
Enable sourcemap generation. See [options](https://rollupjs.org/configuration-options/#output-sourcemap)
504
504
- Default: `true`
505
505
506
506
### `node`
507
507
508
-
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.
508
+
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.
0 commit comments