Skip to content

Commit 68ee2c5

Browse files
authored
docs(node-resolve): fix readme heading depth (#999)
1 parent 53fb18c commit 68ee2c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node-resolve/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Specifies the root directory from which to resolve modules. Typically used when
159159
rootDir: path.join(process.cwd(), '..')
160160
```
161161

162-
## `ignoreSideEffectsForRoot`
162+
### `ignoreSideEffectsForRoot`
163163

164164
If you use the `sideEffects` property in the package.json, by default this is respected for files in the root package. Set to `true` to ignore the `sideEffects` configuration for the root package.
165165

0 commit comments

Comments
 (0)